lnd_test: increase startup timeout for breach itests
This commit is contained in:
parent
43b469be5a
commit
85b76570ef
@ -1757,7 +1757,7 @@ poll:
|
||||
func testRevokedCloseRetribution(net *networkHarness, t *harnessTest) {
|
||||
ctxb := context.Background()
|
||||
const (
|
||||
timeout = time.Duration(time.Second * 5)
|
||||
timeout = time.Duration(time.Second * 10)
|
||||
chanAmt = maxFundingAmount
|
||||
paymentAmt = 10000
|
||||
numInvoices = 6
|
||||
@ -2016,7 +2016,7 @@ func testRevokedCloseRetributionPostBreachConf(
|
||||
|
||||
ctxb := context.Background()
|
||||
const (
|
||||
timeout = time.Duration(time.Second * 5)
|
||||
timeout = time.Duration(time.Second * 10)
|
||||
chanAmt = maxFundingAmount
|
||||
paymentAmt = 10000
|
||||
numInvoices = 6
|
||||
|
Loading…
Reference in New Issue
Block a user