## Issue Addressed NA ## Proposed Changes We've been seeing a lot of [CI failures](https://github.com/sigp/lighthouse/actions/runs/5781296217/job/15666209142) with errors like this: ``` ---- extra_interchange_tests::export_same_key_twice stdout ---- thread 'extra_interchange_tests::export_same_key_twice' panicked at 'called `Result::unwrap()` on an `Err` value: SQLError("Unable to open database: Error(None)")', validator_client/slashing_protection/src/extra_interchange_tests.rs:48:67 ``` I'm assuming they're timeouts. I noticed that tests have a 0.1s timeout. Perhaps this just doesn't cut it when our new runners are overloaded. ## Additional Info NA |
||
|---|---|---|
| .. | ||
| bin | ||
| attestation_tests.rs | ||
| block_tests.rs | ||
| extra_interchange_tests.rs | ||
| interchange_test.rs | ||
| interchange.rs | ||
| lib.rs | ||
| parallel_tests.rs | ||
| registration_tests.rs | ||
| signed_attestation.rs | ||
| signed_block.rs | ||
| slashing_database.rs | ||
| test_utils.rs | ||