Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Dec 24, 2024
1 parent cb92df4 commit ae35552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fiber/tests/payment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async fn test_send_payment_for_pay_self() {
assert!(res.is_ok());

// sleep for a while
tokio::time::sleep(tokio::time::Duration::from_secs(1)).await;
tokio::time::sleep(tokio::time::Duration::from_secs(2)).await;
let res = res.unwrap();
let payment_hash = res.payment_hash;
node_0
Expand Down

0 comments on commit ae35552

Please sign in to comment.