mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 05:42:37 +02:00
funding: increase timeout for TestFundingManagerRestartBehavior test
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user