mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
lntest: increase DefaultTimeout for postgres
This commit is contained in:
committed by
Oliver Gugger
parent
c9cad6ab81
commit
d9498a9d13
@@ -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.
|
||||
|
Reference in New Issue
Block a user