lntest/wait: increase DefaultTimeout for db access

This helps take into account the new limits on GHA runners.
This commit is contained in:
Alex Akselrod 2024-03-15 11:09:52 -07:00
parent 7af3d4022f
commit 4193505341
No known key found for this signature in database
GPG Key ID: 57D7612D178AA487

View File

@ -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.