Bump default geth timeout to 10s

This commit is contained in:
James Wilson
2025-08-15 15:39:02 +01:00
parent 897104857c
commit 77f389bc74
+1 -1
View File
@@ -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.