Skip to content

Commit

Permalink
test: expand timeout for peer restart+reconnect in persistent funding…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
Roasbeef committed Mar 30, 2017
1 parent afe7785 commit 98d5dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98d5dde

Please sign in to comment.