Skip to content

Commit

Permalink
lntest: reduce maxbackoff for lnd nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Nov 21, 2024
1 parent 474a268 commit 0946724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itest/lntest/lnd_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func NewLndNodeFromBinary(h *TestHarness, m *Miner, name string, binary string,
fmt.Sprintf("--bitcoind.zmqpubrawtx=%s", m.zmqTxAddress),
"--gossip.channel-update-interval=10ms",
"--db.batch-commit-interval=10ms",
"--maxbackoff=1s",
}, extraArgs...)

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

0 comments on commit 0946724

Please sign in to comment.