mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-26 03:58:00 +00:00
Bump default geth timeout to 10s
This commit is contained in:
@@ -55,7 +55,7 @@ pub struct Arguments {
|
||||
pub geth: PathBuf,
|
||||
|
||||
/// The maximum time in milliseconds to wait for geth to start.
|
||||
#[arg(long = "geth-start-timeout", default_value = "5000")]
|
||||
#[arg(long = "geth-start-timeout", default_value = "10000")]
|
||||
pub geth_start_timeout: u64,
|
||||
|
||||
/// The test network chain ID.
|
||||
|
||||
Reference in New Issue
Block a user