Skip to content

Commit 8a7f8fe

Browse files
committed
Increase timeout when waiting for block acceptance from signers
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 9e10788 commit 8a7f8fe

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13790,7 +13790,7 @@ fn reorging_signers_capitulate_to_nonreorging_signers_during_tenure_fork() {
1379013790
wait_for_block_proposal(30, tip_b.stacks_block_height + 1, &miner_pk_1)
1379113791
.expect("Timed out waiting for miner 1's tenure extend block");
1379213792
wait_for_block_acceptance_from_signers(
13793-
3,
13793+
30,
1379413794
&tenure_extend_block.header.signer_signature_hash(),
1379513795
&miners.signer_test.signer_test_pks(),
1379613796
)

0 commit comments

Comments
 (0)