lighthouse/validator_client/slashing_protection/src
Paul Hauner 5ea75052a8 Increase slashing protection test SQL timeout to 500ms (#4574)
## 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
2023-08-07 22:53:05 +00:00
..
bin Fix assert in slashing protection import (#2881) 2022-01-04 20:46:44 +00:00
attestation_tests.rs Fix clippy errors on tests (#2160) 2021-01-28 23:31:06 +00:00
block_tests.rs Fix clippy errors on tests (#2160) 2021-01-28 23:31:06 +00:00
extra_interchange_tests.rs Export slashing protection per validator (#2674) 2021-10-19 00:30:38 +00:00
interchange_test.rs Fix assert in slashing protection import (#2881) 2022-01-04 20:46:44 +00:00
interchange.rs Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
lib.rs Implement standard keystore API (#2736) 2022-01-30 23:22:04 +00:00
parallel_tests.rs Optimize validator duties (#2243) 2021-03-17 05:09:57 +00:00
registration_tests.rs Implement standard keystore API (#2736) 2022-01-30 23:22:04 +00:00
signed_attestation.rs Make slashing protection import more resilient (#2598) 2021-10-13 01:49:51 +00:00
signed_block.rs Make slashing protection import more resilient (#2598) 2021-10-13 01:49:51 +00:00
slashing_database.rs Increase slashing protection test SQL timeout to 500ms (#4574) 2023-08-07 22:53:05 +00:00
test_utils.rs Export slashing protection per validator (#2674) 2021-10-19 00:30:38 +00:00