From c1138af4abfbd3a6018135054803f0aa5eb5520d Mon Sep 17 00:00:00 2001 From: Eugene Siegel Date: Mon, 29 Jul 2024 14:11:59 -0400 Subject: [PATCH] itest: modify async_bidirectional_payments itest to pass --- itest/lnd_payment_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itest/lnd_payment_test.go b/itest/lnd_payment_test.go index 143b645fd..11f62c646 100644 --- a/itest/lnd_payment_test.go +++ b/itest/lnd_payment_test.go @@ -504,7 +504,7 @@ func testBidirectionalAsyncPayments(ht *lntest.HarnessTest) { args := []string{ // Increase the dust threshold to avoid the payments fail due // to threshold limit reached. - "--dust-threshold=5000000", + "--dust-threshold=10000000", // Increase the pending commit interval since there are lots of // commitment dances.