Skip to content

Commit 2460984

Browse files
committed
test: update miner_forking to adjust for this new behavior
1 parent a6af0c1 commit 2460984

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,9 @@ fn miner_forking() {
24262426
signer_config.first_proposal_burn_block_timing =
24272427
Duration::from_secs(first_proposal_burn_block_timing);
24282428
},
2429-
|_| {},
2429+
|config| {
2430+
config.miner.block_commit_delay = Duration::from_secs(0);
2431+
},
24302432
|_| {},
24312433
);
24322434

0 commit comments

Comments
 (0)