Increase web3signer_tests
timeouts (#4662)
## Issue Addressed `web3signer_tests` can sometimes timeout. ## Proposed Changes Increase the `web3signer_tests` timeout from 20s to 30s ## Additional Info Previously I believed the consistent CI failures were due to this, but it ended up being something different. See below: --- The timing of this makes it very likely it is related to the [latest release of `web3-signer`](https://github.com/Consensys/web3signer/releases/tag/23.8.1). I now believe this is due to an out of date Java runtime on our runners. A newer version of Java became a requirement with the new `web3-signer` release. However, I was getting timeouts locally, which implies that the margin before timeout is quite small at 20s so bumping it up to 30s could be a good idea regardless.
This commit is contained in:
parent
55e02e7c3f
commit
e056c279aa
@ -51,7 +51,7 @@ mod tests {
|
||||
|
||||
/// If the we are unable to reach the Web3Signer HTTP API within this time out then we will
|
||||
/// assume it failed to start.
|
||||
const UPCHECK_TIMEOUT: Duration = Duration::from_secs(20);
|
||||
const UPCHECK_TIMEOUT: Duration = Duration::from_secs(30);
|
||||
|
||||
/// Set to `false` to send the Web3Signer logs to the console during tests. Logs are useful when
|
||||
/// debugging.
|
||||
|
Loading…
Reference in New Issue
Block a user