mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-18 21:14:40 +01: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