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 12765de commit 6e1835cCopy full SHA for 6e1835c
testnet/stacks-node/src/tests/signer/v0.rs
@@ -2236,6 +2236,7 @@ fn bitcoind_forking_test() {
2236
vec![(sender_addr, send_amt + send_fee)],
2237
|_| {},
2238
|node_config| {
2239
+ node_config.miner.block_commit_delay = Duration::from_secs(1);
2240
let epochs = node_config.burnchain.epochs.as_mut().unwrap();
2241
epochs[StacksEpochId::Epoch30].end_height = 3_015;
2242
epochs[StacksEpochId::Epoch31].start_height = 3_015;
0 commit comments