lntest: increase timeout for postgres backend

Also decrease timeout values for other builds.
This commit is contained in:
yyforyongyu
2024-06-12 02:19:22 +08:00
parent 26892a2645
commit ddceb2b15b
3 changed files with 15 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ const (
// ChannelCloseTimeout is the max time we will wait before a channel is
// considered closed.
ChannelCloseTimeout = time.Second * 60
ChannelCloseTimeout = time.Second * 30
// DefaultTimeout is a timeout that will be used for various wait
// scenarios where no custom timeout value is defined.