Skip to content

Commit

Permalink
4 nodes test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekun Li authored and Zekun Li committed Nov 25, 2024
1 parent 32e3bdc commit c212490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/forge-cli/src/suites/ungrouped.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ fn fullnode_reboot_stress_test() -> ForgeConfig {

fn validator_reboot_stress_test() -> ForgeConfig {
ForgeConfig::default()
.with_initial_validator_count(NonZeroUsize::new(7).unwrap())
.with_initial_validator_count(NonZeroUsize::new(4).unwrap())
.with_initial_fullnode_count(1)
.add_network_test(ValidatorRebootStressTest {
num_simultaneously: 2,
Expand Down

0 comments on commit c212490

Please sign in to comment.