mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 14:45:23 +01:00
itest: modify async_bidirectional_payments itest to pass
This commit is contained in:
parent
d6001d033b
commit
c1138af4ab
@ -504,7 +504,7 @@ func testBidirectionalAsyncPayments(ht *lntest.HarnessTest) {
|
|||||||
args := []string{
|
args := []string{
|
||||||
// Increase the dust threshold to avoid the payments fail due
|
// Increase the dust threshold to avoid the payments fail due
|
||||||
// to threshold limit reached.
|
// to threshold limit reached.
|
||||||
"--dust-threshold=5000000",
|
"--dust-threshold=10000000",
|
||||||
|
|
||||||
// Increase the pending commit interval since there are lots of
|
// Increase the pending commit interval since there are lots of
|
||||||
// commitment dances.
|
// commitment dances.
|
||||||
|
Loading…
Reference in New Issue
Block a user