mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
lntest: increase DefaultTimeout for postgres
This commit is contained in:
parent
c9cad6ab81
commit
d9498a9d13
1 changed files with 1 additions and 1 deletions
|
@ -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 * 45
|
||||
DefaultTimeout = time.Second * 60
|
||||
|
||||
// AsyncBenchmarkTimeout is the timeout used when running the async
|
||||
// payments benchmark.
|
||||
|
|
Loading…
Add table
Reference in a new issue