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
No known key found for this signature in database
GPG Key ID: 3D0A94DB79743DF5
1 changed files with 1 additions and 1 deletions

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)