mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-07 15:44:25 +01:00
test: expand timeout for peer restart+reconnect in persistent funding test
This commit is contained in:
@@ -353,7 +353,7 @@ func testChannelFundingPersistence(net *networkHarness, t *harnessTest) {
|
||||
|
||||
// The following block ensures that after both nodes have restarted,
|
||||
// they have reconnected before the execution of the next test.
|
||||
peersTimeout := time.After(5 * time.Second)
|
||||
peersTimeout := time.After(15 * time.Second)
|
||||
checkPeersTick := time.NewTicker(100 * time.Millisecond)
|
||||
defer checkPeersTick.Stop()
|
||||
peersPoll:
|
||||
|
||||
Reference in New Issue
Block a user