lntest: increase channel close timeout

This commit is contained in:
yyforyongyu 2023-04-20 06:04:16 +08:00
parent 24c028ff52
commit e547118de0
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

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