diff --git a/web3_proxy_cli/src/test_utils/app.rs b/web3_proxy_cli/src/test_utils/app.rs index 68787f25..2ac912e4 100644 --- a/web3_proxy_cli/src/test_utils/app.rs +++ b/web3_proxy_cli/src/test_utils/app.rs @@ -158,7 +158,7 @@ impl TestApp { let start = Instant::now(); while frontend_port == 0 { // we have to give it some time because it might have to do migrations - if start.elapsed() > Duration::from_secs(10) { + if start.elapsed() > Duration::from_secs(30) { panic!("took too long to start!"); }