mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
lntest: give async payments enough time to complete
This commit is contained in:
parent
eb531d0449
commit
770c80635c
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ const (
|
|||
|
||||
// AsyncBenchmarkTimeout is the timeout used when running the async
|
||||
// payments benchmark.
|
||||
AsyncBenchmarkTimeout = time.Minute
|
||||
AsyncBenchmarkTimeout = 2 * time.Minute
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue