We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e73e6e commit c470da6Copy full SHA for c470da6
1 file changed
tests/probing_tests.rs
@@ -442,7 +442,7 @@ async fn exhausted_probe_budget_blocks_new_probes() {
442
node_b.connect(node_a.node_id(), node_a_addr, false).unwrap();
443
node_b.connect(node_c.node_id(), node_c_addr, false).unwrap();
444
445
- let cleared = tokio::time::timeout(Duration::from_secs(60), async {
+ let cleared = tokio::time::timeout(Duration::from_secs(120), async {
446
loop {
447
if node_a.prober().map_or(1, |p| p.locked_msat()) == 0 {
448
break;
0 commit comments