itest+lntest: add itest for mempool preimage watch

This commit is contained in:
yyforyongyu
2023-04-07 19:10:27 +08:00
parent 774db0dfe1
commit e715b8ed1f
3 changed files with 300 additions and 0 deletions

View File

@@ -236,6 +236,10 @@ func (cfg *BaseNodeConfig) GenArgs() []string {
// Use a small cache duration so the `DescribeGraph` can be
// updated quicker.
"--caches.rpc-graph-cache-duration=100ms",
// Speed up the tests for bitcoind backend.
"--bitcoind.blockpollinginterval=100ms",
"--bitcoind.txpollinginterval=100ms",
}
args = append(args, nodeArgs...)