Skip to content

Commit c470da6

Browse files
committed
Increase probing test timeout
1 parent 1e73e6e commit c470da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/probing_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ async fn exhausted_probe_budget_blocks_new_probes() {
442442
node_b.connect(node_a.node_id(), node_a_addr, false).unwrap();
443443
node_b.connect(node_c.node_id(), node_c_addr, false).unwrap();
444444

445-
let cleared = tokio::time::timeout(Duration::from_secs(60), async {
445+
let cleared = tokio::time::timeout(Duration::from_secs(120), async {
446446
loop {
447447
if node_a.prober().map_or(1, |p| p.locked_msat()) == 0 {
448448
break;

0 commit comments

Comments
 (0)