mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user