From a47eacff6222bb5e4056b718a574737d47236a8d Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Tue, 25 Aug 2020 11:46:03 -0700 Subject: [PATCH] loopout: Increase payment timeout Allow for more time to search for low-routing fee pathways to the Loop service --- loopout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopout.go b/loopout.go index 2c47737..0229cdb 100644 --- a/loopout.go +++ b/loopout.go @@ -45,7 +45,7 @@ var ( // paymentTimeout is the timeout for the loop out payment loop as // communicated to lnd. - paymentTimeout = time.Minute + paymentTimeout = time.Minute * 30 ) // loopOutSwap contains all the in-memory state related to a pending loop out