diff --git a/crates/threshold-signature-server/src/validator/tests.rs b/crates/threshold-signature-server/src/validator/tests.rs index d1b78a6a1..e33ca8bf5 100644 --- a/crates/threshold-signature-server/src/validator/tests.rs +++ b/crates/threshold-signature-server/src/validator/tests.rs @@ -153,7 +153,7 @@ async fn test_reshare() { ); } - run_to_block(&rpc, block_number + 5).await; + run_to_block(&rpc, block_number + 7).await; let response_stale = client.post("http://127.0.0.1:3001/validator/rotate_network_key").send().await.unwrap();