make timeout longer for contract deploy (#802)

pull/808/head
Mattie Conover 2 years ago committed by GitHub
parent e07a684924
commit aa73b93f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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")

Loading…
Cancel
Save