diff --git a/lntest/harness.go b/lntest/harness.go index 819a0a8d3..0508546a4 100644 --- a/lntest/harness.go +++ b/lntest/harness.go @@ -1132,7 +1132,7 @@ func (h *HarnessTest) CloseChannelAssertPending(hn *node.HarnessNode, // active htlcs` or `link failed to shutdown` if we close the // channel. We need to investigate the order of settling the // payments and updating commitments to properly fix it. - time.Sleep(2 * time.Second) + time.Sleep(5 * time.Second) // Give it another chance. stream = hn.RPC.CloseChannel(closeReq)