itest: modify async_bidirectional_payments itest to pass

This commit is contained in:
Eugene Siegel 2024-07-29 14:11:59 -04:00
parent d6001d033b
commit c1138af4ab
No known key found for this signature in database
GPG Key ID: 118759E83439A9B1

View File

@ -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.