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 cae4ec4 commit 6682ce8Copy full SHA for 6682ce8
testnet/stacks-node/src/tests/nakamoto_integrations.rs
@@ -7254,7 +7254,7 @@ fn mock_mining() {
7254
let mock_miner_timeout = Instant::now();
7255
while follower_naka_mined_blocks.load(Ordering::SeqCst) <= follower_naka_mined_blocks_before
7256
{
7257
- if mock_miner_timeout.elapsed() >= Duration::from_secs(30) {
+ if mock_miner_timeout.elapsed() >= Duration::from_secs(60) {
7258
panic!(
7259
"Timed out waiting for mock miner block {}",
7260
follower_naka_mined_blocks_before + 1
0 commit comments