Increase geth instantiate timeout from 2s to 5s (#86)

This commit is contained in:
James Wilson
2025-07-29 11:34:31 +01:00
committed by GitHub
parent 429f2e92a2
commit 33329632b5
+1 -1
View File
@@ -54,7 +54,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 = "2000")]
#[arg(long = "geth-start-timeout", default_value = "5000")]
pub geth_start_timeout: u64,
/// The test network chain ID.