test: expand timeout for peer restart+reconnect in persistent funding test

This commit is contained in:
Olaoluwa Osuntokun 2017-03-29 18:24:44 -07:00
parent afe77853b7
commit 98d5dde9b2
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 1 additions and 1 deletions

View File

@ -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: