diff --git a/crates/threshold-signature-server/src/user/tests.rs b/crates/threshold-signature-server/src/user/tests.rs index b6d2f80e0..0e4ad7fe4 100644 --- a/crates/threshold-signature-server/src/user/tests.rs +++ b/crates/threshold-signature-server/src/user/tests.rs @@ -785,7 +785,7 @@ async fn test_jumpstart_network() { // wait for jump start event check that key exists in kvdb let mut got_jumpstart_event = false; - for _ in 0..45 { + for _ in 0..75 { std::thread::sleep(std::time::Duration::from_millis(1000)); let block_hash = rpc.chain_get_block_hash(None).await.unwrap(); let events = EventsClient::new(api.clone()).at(block_hash.unwrap()).await.unwrap();