Attempt to fix flaky basic sim test (#6134)

* Fix `target_peer` config for basic_sim, so a node doesn't disconnected by peers because of `TooManyPeers`.
This commit is contained in:
Jimmy Chen
2024-07-19 20:07:14 +10:00
committed by GitHub
parent 647992b156
commit 256f012224
3 changed files with 6 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ pub fn run_fallback_sim(matches: &ArgMatches) -> Result<(), String> {
LocalNetworkParams {
validator_count: total_validator_count,
node_count,
extra_nodes: 0,
proposer_nodes: 0,
genesis_delay,
},