mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +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
|
// AsyncBenchmarkTimeout is the timeout used when running the async
|
||||||
// payments benchmark.
|
// payments benchmark.
|
||||||
AsyncBenchmarkTimeout = time.Minute
|
AsyncBenchmarkTimeout = 2 * time.Minute
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user