mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-03 12:03:37 +02:00
lntest: give async payments enough time to complete
This commit is contained in:
@ -23,5 +23,5 @@ const (
|
||||
|
||||
// AsyncBenchmarkTimeout is the timeout used when running the async
|
||||
// payments benchmark.
|
||||
AsyncBenchmarkTimeout = time.Minute
|
||||
AsyncBenchmarkTimeout = 2 * time.Minute
|
||||
)
|
||||
|
Reference in New Issue
Block a user