funding: increase timeout for TestFundingManagerRestartBehavior test

This commit is contained in:
Olaoluwa Osuntokun
2017-08-10 21:16:08 -07:00
parent 8abba7eafc
commit e10388fc53

View File

@@ -930,7 +930,7 @@ func TestFundingManagerRestartBehavior(t *testing.T) {
}
// Sleep to make sure database write is finished.
time.Sleep(300 * time.Millisecond)
time.Sleep(1 * time.Second)
// Alice should still be markedOpen
state, _, err = alice.fundingMgr.getChannelOpeningState(fundingOutPoint)