Skip to content

Commit

Permalink
enlarge spec wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Aug 13, 2024
1 parent e444bc5 commit 041fcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/specs/tx_pool/send_large_cycles_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl Spec for SendLargeCyclesTxToRelay {
});
assert!(result, "node0 can't sync with node1");

let result = wait_until(60, || {
let result = wait_until(120, || {
node0
.rpc_client()
.get_transaction(tx.hash())
Expand Down

0 comments on commit 041fcd1

Please sign in to comment.