We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bf7df commit e885d77Copy full SHA for e885d77
lightning/src/ln/payment_tests.rs
@@ -3956,7 +3956,7 @@ fn test_threaded_payment_retries() {
3956
3957
// We give the node some time for persistence to happen, before we check the added
3958
// monitors.
3959
- std::thread::sleep(Duration::from_millis(100));
+ std::thread::sleep(Duration::from_secs(1));
3960
check_added_monitors!(nodes[0], 2);
3961
3962
if cur_time > end_time {
0 commit comments