mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
lntest/wait: increase DefaultTimeout for db access
This helps take into account the new limits on GHA runners.
This commit is contained in:
parent
7af3d4022f
commit
4193505341
@ -20,7 +20,7 @@ const (
|
||||
|
||||
// DefaultTimeout is a timeout that will be used for various wait
|
||||
// scenarios where no custom timeout value is defined.
|
||||
DefaultTimeout = time.Second * 30
|
||||
DefaultTimeout = time.Second * 45
|
||||
|
||||
// AsyncBenchmarkTimeout is the timeout used when running the async
|
||||
// payments benchmark.
|
||||
|
Loading…
Reference in New Issue
Block a user