Skip to content

Commit 66904cc

Browse files
committed
CRC: increase the timeout to reach right before epoch 2.5
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 0c101e3 commit 66904cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/epoch_25.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ fn microblocks_disabled() {
170170
submit_tx(&http_origin, &tx);
171171

172172
// wait until just before epoch 2.5
173-
wait_for(30, || {
173+
wait_for(120, || {
174174
let tip_info = get_chain_info(&conf);
175175
if tip_info.burn_block_height >= epoch_2_5 - 2 {
176176
return Ok(true);

0 commit comments

Comments
 (0)