lntest: decrease broadcast timeout for neutrino-backed integration tests
Since we don't have to worry about network latency within our integration tests, we can shorten the broadcast timeout for neutrino integration tests from 5s to 1s.
This commit is contained in:
parent
2084cb0ad5
commit
6bb7b00a80
@ -27,6 +27,7 @@ func (b NeutrinoBackendConfig) GenArgs() []string {
|
||||
// We enable validating channels so that we can obtain the outpoint for
|
||||
// channels within the graph and make certain assertions based on them.
|
||||
args = append(args, "--neutrino.validatechannels")
|
||||
args = append(args, "--neutrino.broadcasttimeout=1s")
|
||||
return args
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user