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.