Skip to content

Commit 471e47c

Browse files
committed
f Trytry again
1 parent 19a80c4 commit 471e47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/payment_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3957,7 +3957,7 @@ fn test_threaded_payment_retries() {
39573957

39583958
// We give the node some time for persistence to happen, before we check the added
39593959
// monitors.
3960-
std::thread::sleep(Duration::from_secs(1));
3960+
std::thread::sleep(Duration::from_secs(3));
39613961
check_added_monitors!(nodes[0], 2);
39623962

39633963
if cur_time > end_time {

0 commit comments

Comments
 (0)