Skip to content

Commit c60e4a6

Browse files
committed
Test: try increasing a timeout to see what CI does
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent db564e9 commit c60e4a6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3693,7 +3693,7 @@ fn partial_tenure_fork() {
36933693

36943694
let pre_nakamoto_peer_1_height = get_chain_info(&conf).stacks_tip_height;
36953695

3696-
wait_for(120, || {
3696+
wait_for(200, || {
36973697
let Some(node_1_info) = get_chain_info_opt(&conf) else {
36983698
return Ok(false);
36993699
};

0 commit comments

Comments
 (0)