Skip to content

Commit 77ef010

Browse files
committed
fix: bump timeout in locally_rejected_blocks_overridden_by_global_acceptance
1 parent cf345bb commit 77ef010

File tree

1 file changed

+2
-2
lines changed
  • testnet/stacks-node/src/tests/signer

1 file changed

+2
-2
lines changed

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5567,7 +5567,7 @@ fn locally_rejected_blocks_overriden_by_global_acceptance() {
55675567
sender_nonce += 1;
55685568
info!("Submitted tx {tx} in to mine block N+1");
55695569

5570-
wait_for(30, || {
5570+
wait_for(45, || {
55715571
Ok(mined_blocks.load(Ordering::SeqCst) > blocks_before
55725572
&& signer_test
55735573
.stacks_client
@@ -5624,7 +5624,7 @@ fn locally_rejected_blocks_overriden_by_global_acceptance() {
56245624
);
56255625
let tx = submit_tx(&http_origin, &transfer_tx);
56265626
info!("Submitted tx {tx} in to mine block N+2");
5627-
wait_for(30, || {
5627+
wait_for(45, || {
56285628
Ok(mined_blocks.load(Ordering::SeqCst) > blocks_before
56295629
&& signer_test
56305630
.stacks_client

0 commit comments

Comments
 (0)