We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2fc0e commit cc6d7eeCopy full SHA for cc6d7ee
stacks-node/src/tests/signer/v0.rs
@@ -6338,8 +6338,8 @@ fn tenure_extend_with_other_transactions() {
6338
info!("---- Wait for tenure extend timeout ----");
6339
sleep_ms(idle_timeout.as_millis() as u64 + 5);
6340
6341
- fault_injection_stall_miner();
6342
TEST_BROADCAST_PROPOSAL_STALL.set(vec![]);
+ fault_injection_stall_miner();
6343
// Submit a transaction to be included with the tenure extend
6344
let transfer_tx = make_stacks_transfer_serialized(
6345
&sender_sk,
0 commit comments