mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +02:00
lntest: increase channel close timeout
This commit is contained in:
@@ -16,7 +16,7 @@ const (
|
|||||||
|
|
||||||
// ChannelCloseTimeout is the max time we will wait before a channel is
|
// ChannelCloseTimeout is the max time we will wait before a channel is
|
||||||
// considered closed.
|
// considered closed.
|
||||||
ChannelCloseTimeout = time.Second * 30
|
ChannelCloseTimeout = time.Second * 60
|
||||||
|
|
||||||
// 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.
|
||||||
|
Reference in New Issue
Block a user