Skip to content

Commit

Permalink
4 region is default
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Oct 15, 2024
1 parent c5e68c8 commit 7b9a512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/testcases/src/multi_region_network_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pub struct MultiRegionNetworkEmulationConfig {
impl Default for MultiRegionNetworkEmulationConfig {
fn default() -> Self {
Self {
link_stats_table: get_link_stats_table(SIX_REGION_LINK_STATS),
link_stats_table: get_link_stats_table(FOUR_REGION_LINK_STATS),
inter_region_config: InterRegionNetEmConfig::default(),
intra_region_config: Some(IntraRegionNetEmConfig::default()),
}
Expand Down Expand Up @@ -267,7 +267,7 @@ impl MultiRegionNetworkEmulationTest {
}

pub fn default_for_validator_count(num_validators: usize) -> Self {
if num_validators > 100 {
if num_validators > 0 {
Self {
network_emulation_config: MultiRegionNetworkEmulationConfig::six_regions(),
}
Expand Down

0 comments on commit 7b9a512

Please sign in to comment.