Compare commits

..

1 Commits

Author SHA1 Message Date
Omar Abdulla 1689118c5d Fix contract discovery for simple tests 2025-07-28 09:49:26 +03:00
+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 = "5000")]
#[arg(long = "geth-start-timeout", default_value = "2000")]
pub geth_start_timeout: u64,
/// The test network chain ID.