From 85b76570ef28696c54144d2ebd852629c4a4381f Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Fri, 25 Aug 2017 16:06:28 -0700 Subject: [PATCH] lnd_test: increase startup timeout for breach itests --- lnd_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnd_test.go b/lnd_test.go index 54a8474a..639cd8ef 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -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