Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,9 @@ async fn run_restore_checkpoint_bob_pre_buy_alice_pre_lock(
println!("waiting for the bitcoin funding info to clear");
retry_until_funding_info_cleared(swap_id.clone(), cli_bob_needs_funding_args.clone()).await;

// wait a bit to ensure the checkpoints are written
tokio::time::sleep(time::Duration::from_secs(1)).await;

// kill all the daemons and start them again
cleanup_processes(vec![farcasterd_maker, farcasterd_taker]);
let (farcasterd_maker, _, farcasterd_taker, _) = setup_clients().await;
Expand Down