Skip to content

Commit 6224b72

Browse files
committed
test: increase timeout in block_validation_pending_table
1 parent 38dbdcd commit 6224b72

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
@@ -8024,7 +8024,7 @@ fn block_validation_pending_table() {
80248024
.expect("Timed out waiting for pending block validation to be submitted");
80258025

80268026
info!("----- Waiting for pending block validation to be removed -----");
8027-
wait_for(30, || {
8027+
wait_for(60, || {
80288028
let is_pending = signer_db
80298029
.has_pending_block_validation(&block_signer_signature_hash)
80308030
.expect("Unexpected DBError");

0 commit comments

Comments
 (0)