Skip to content

Commit c99f8fd

Browse files
committed
increase delay on eclair channel open retries
1 parent fdbaf71 commit c99f8fd

File tree

1 file changed

+1
-1
lines changed
  • resources/scenarios/ln_framework

1 file changed

+1
-1
lines changed

resources/scenarios/ln_framework/ln.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def channel(self, pk, capacity, push_amt, fee_rate, max_tries=10) -> dict:
599599
}
600600
else:
601601
self.log.warning(f"unable to open channel: {response}, wait and retry...")
602-
sleep(1)
602+
sleep(5)
603603
else:
604604
self.log.debug(f"channel response: {response}, wait and retry...")
605605
sleep(5)

0 commit comments

Comments
 (0)