From 2f4a73153bca4b20e148f94e9779fb3912083267 Mon Sep 17 00:00:00 2001 From: Jesse Abramowitz Date: Thu, 22 Aug 2024 20:51:45 -0400 Subject: [PATCH] test fix --- crates/threshold-signature-server/src/validator/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();