Skip to content

Commit e885d77

Browse files
committed
f Trytry again
1 parent b3bf7df commit e885d77

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
@@ -3956,7 +3956,7 @@ fn test_threaded_payment_retries() {
39563956

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

39623962
if cur_time > end_time {

0 commit comments

Comments
 (0)