Skip to content

Commit cc6d7ee

Browse files
committed
test: fix hang due to overlapping stalls
1 parent 2c2fc0e commit cc6d7ee

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6338,8 +6338,8 @@ fn tenure_extend_with_other_transactions() {
63386338
info!("---- Wait for tenure extend timeout ----");
63396339
sleep_ms(idle_timeout.as_millis() as u64 + 5);
63406340

6341-
fault_injection_stall_miner();
63426341
TEST_BROADCAST_PROPOSAL_STALL.set(vec![]);
6342+
fault_injection_stall_miner();
63436343
// Submit a transaction to be included with the tenure extend
63446344
let transfer_tx = make_stacks_transfer_serialized(
63456345
&sender_sk,

0 commit comments

Comments
 (0)