File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
testnet/stacks-node/src/tests/signer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5567,7 +5567,7 @@ fn locally_rejected_blocks_overriden_by_global_acceptance() {
5567
5567
sender_nonce += 1 ;
5568
5568
info ! ( "Submitted tx {tx} in to mine block N+1" ) ;
5569
5569
5570
- wait_for ( 30 , || {
5570
+ wait_for ( 45 , || {
5571
5571
Ok ( mined_blocks. load ( Ordering :: SeqCst ) > blocks_before
5572
5572
&& signer_test
5573
5573
. stacks_client
@@ -5624,7 +5624,7 @@ fn locally_rejected_blocks_overriden_by_global_acceptance() {
5624
5624
) ;
5625
5625
let tx = submit_tx ( & http_origin, & transfer_tx) ;
5626
5626
info ! ( "Submitted tx {tx} in to mine block N+2" ) ;
5627
- wait_for ( 30 , || {
5627
+ wait_for ( 45 , || {
5628
5628
Ok ( mined_blocks. load ( Ordering :: SeqCst ) > blocks_before
5629
5629
&& signer_test
5630
5630
. stacks_client
You can’t perform that action at this time.
0 commit comments