mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-14 19:14:22 +01:00
breach tests: increase cleanup timeout
1 second was not always enough for the breacharbiter to cleanup, especially in case of the more complex split sweep.
This commit is contained in:
@@ -2089,7 +2089,7 @@ func assertBrarCleanup(t *testing.T, brar *breachArbiter,
|
||||
|
||||
return fmt.Errorf("channel %v not closed", chanPoint)
|
||||
|
||||
}, time.Second)
|
||||
}, 5*time.Second)
|
||||
if err != nil {
|
||||
t.Fatalf(err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user