mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-03 19:34:23 +02:00
lntest/wait: increase DefaultTimeout for db access
This helps take into account the new limits on GHA runners.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user