From e1745f72aa94a2302e60f0aec2567105723bb697 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Fri, 23 Feb 2018 18:05:58 -0800 Subject: [PATCH] lnd_test: bump async bidrect timeout to account sphinx replay writes --- lnd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd_test.go b/lnd_test.go index e96810a5..03f4eb06 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -5006,7 +5006,7 @@ func testBidirectionalAsyncPayments(net *lntest.NetworkHarness, t *harnessTest) // Wait for Alice and Bob receive their payments, and throw and error // if something goes wrong. - maxTime := 20 * time.Second + maxTime := 60 * time.Second for i := 0; i < 2; i++ { select { case err := <-errChan: