Skip to content

Commit

Permalink
Merge pull request #4606 from chenyukang/yukang-fix-relay-ci-issue
Browse files Browse the repository at this point in the history
Fix SendLargeCyclesTxToRelay spec on slow machine
  • Loading branch information
chenyukang committed Aug 22, 2024
2 parents 83ac99f + 2c057db commit 0ceb6f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/specs/tx_pool/send_large_cycles_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ impl Spec for SendLargeCyclesTxToRelay {
let node0 = &nodes[0];
let node1 = &nodes[1];

node0.mine_until_out_bootstrap_period();
node1.mine_until_out_bootstrap_period();
node0.connect(node1);
info!("Generate large cycles tx");
Expand Down

0 comments on commit 0ceb6f8

Please sign in to comment.