diff --git a/lntest/wait/timeouts.go b/lntest/wait/timeouts.go index f8239799b..21c99959b 100644 --- a/lntest/wait/timeouts.go +++ b/lntest/wait/timeouts.go @@ -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.