mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-31 10:10:31 +02:00
lntest: increase channel close timeout
This commit is contained in:
parent
24c028ff52
commit
e547118de0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user