lntest: give async payments enough time to complete

This commit is contained in:
Oliver Gugger 2020-03-05 15:59:01 +01:00
parent eb531d0449
commit 770c80635c
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -23,5 +23,5 @@ const (
// AsyncBenchmarkTimeout is the timeout used when running the async
// payments benchmark.
AsyncBenchmarkTimeout = time.Minute
AsyncBenchmarkTimeout = 2 * time.Minute
)