lnd_test: increase startup timeout for breach itests

This commit is contained in:
Conner Fromknecht 2017-08-25 16:06:28 -07:00 committed by Olaoluwa Osuntokun
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