Skip to content

Commit 0946724

Browse files
committed
lntest: reduce maxbackoff for lnd nodes
1 parent 474a268 commit 0946724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

itest/lntest/lnd_node.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ func NewLndNodeFromBinary(h *TestHarness, m *Miner, name string, binary string,
9999
fmt.Sprintf("--bitcoind.zmqpubrawtx=%s", m.zmqTxAddress),
100100
"--gossip.channel-update-interval=10ms",
101101
"--db.batch-commit-interval=10ms",
102+
"--maxbackoff=1s",
102103
}, extraArgs...)
103104

104105
logFilePath := filepath.Join(lndDir, "lnd-stdouterr.log")

0 commit comments

Comments
 (0)