Skip to content

Commit c1138af

Browse files
committed
itest: modify async_bidirectional_payments itest to pass
1 parent d6001d0 commit c1138af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/lnd_payment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ func testBidirectionalAsyncPayments(ht *lntest.HarnessTest) {
504504
args := []string{
505505
// Increase the dust threshold to avoid the payments fail due
506506
// to threshold limit reached.
507-
"--dust-threshold=5000000",
507+
"--dust-threshold=10000000",
508508

509509
// Increase the pending commit interval since there are lots of
510510
// commitment dances.

0 commit comments

Comments
 (0)