Skip to content

Commit

Permalink
Try waiting 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrembal committed Feb 8, 2025
1 parent a990d14 commit 543c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/tx_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ mod tests {
rpc.mine_blocks(1).await.unwrap();

// Give enough time for the block to be processed and event to be handled
tokio::time::sleep(Duration::from_secs(2)).await;
tokio::time::sleep(Duration::from_secs(20)).await;

// Send the CPFP transaction
tx_sender.send_tx_with_cpfp(tx).await.unwrap();
Expand Down

0 comments on commit 543c7fb

Please sign in to comment.