From 770c80635ca14852f5097948298e892cf2e7a5fd Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 5 Mar 2020 15:59:01 +0100 Subject: [PATCH] lntest: give async payments enough time to complete --- lntest/timeouts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lntest/timeouts.go b/lntest/timeouts.go index 052138460..d099d06b1 100644 --- a/lntest/timeouts.go +++ b/lntest/timeouts.go @@ -23,5 +23,5 @@ const ( // AsyncBenchmarkTimeout is the timeout used when running the async // payments benchmark. - AsyncBenchmarkTimeout = time.Minute + AsyncBenchmarkTimeout = 2 * time.Minute )