lntest: increase DefaultTimeout for postgres

This commit is contained in:
yyforyongyu
2024-06-04 04:09:55 +08:00
committed by Oliver Gugger
parent c9cad6ab81
commit d9498a9d13

View File

@@ -20,7 +20,7 @@ const (
// DefaultTimeout is a timeout that will be used for various wait // DefaultTimeout is a timeout that will be used for various wait
// scenarios where no custom timeout value is defined. // 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 // AsyncBenchmarkTimeout is the timeout used when running the async
// payments benchmark. // payments benchmark.