test: expand timeout for peer restart+reconnect in persistent funding test
This commit is contained in:
parent
afe77853b7
commit
98d5dde9b2
@ -353,7 +353,7 @@ func testChannelFundingPersistence(net *networkHarness, t *harnessTest) {
|
|||||||
|
|
||||||
// The following block ensures that after both nodes have restarted,
|
// The following block ensures that after both nodes have restarted,
|
||||||
// they have reconnected before the execution of the next test.
|
// 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)
|
checkPeersTick := time.NewTicker(100 * time.Millisecond)
|
||||||
defer checkPeersTick.Stop()
|
defer checkPeersTick.Stop()
|
||||||
peersPoll:
|
peersPoll:
|
||||||
|
Loading…
Reference in New Issue
Block a user