diff --git a/rust/utils/run-locally/src/main.rs b/rust/utils/run-locally/src/main.rs index d0e70b9a6..396459f7c 100644 --- a/rust/utils/run-locally/src/main.rs +++ b/rust/utils/run-locally/src/main.rs @@ -230,7 +230,7 @@ fn main() -> ExitCode { // } state.node = Some(node); - sleep(Duration::from_secs(5)); + sleep(Duration::from_secs(10)); println!("Deploying abacus contracts..."); let status = Command::new("yarn")