funding: increase timeout for TestFundingManagerRestartBehavior test
This commit is contained in:
parent
8abba7eafc
commit
e10388fc53
@ -930,7 +930,7 @@ func TestFundingManagerRestartBehavior(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Sleep to make sure database write is finished.
|
// Sleep to make sure database write is finished.
|
||||||
time.Sleep(300 * time.Millisecond)
|
time.Sleep(1 * time.Second)
|
||||||
|
|
||||||
// Alice should still be markedOpen
|
// Alice should still be markedOpen
|
||||||
state, _, err = alice.fundingMgr.getChannelOpeningState(fundingOutPoint)
|
state, _, err = alice.fundingMgr.getChannelOpeningState(fundingOutPoint)
|
||||||
|
Loading…
Reference in New Issue
Block a user