From 77f389bc7408182f298efa8d18dc4ce167f3a8e1 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 15 Aug 2025 15:39:02 +0100 Subject: [PATCH] Bump default geth timeout to 10s --- crates/config/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/config/src/lib.rs b/crates/config/src/lib.rs index b7871fb..569fb95 100644 --- a/crates/config/src/lib.rs +++ b/crates/config/src/lib.rs @@ -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.