From 16bdb2771b7ca16a84f90d4fdc4ca6b37288312a Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Wed, 25 Jan 2023 16:18:00 +1100 Subject: [PATCH] Update another test broken by the shuffling change --- beacon_node/http_api/tests/interactive_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/http_api/tests/interactive_tests.rs b/beacon_node/http_api/tests/interactive_tests.rs index fdcc0d5fde..7096fac425 100644 --- a/beacon_node/http_api/tests/interactive_tests.rs +++ b/beacon_node/http_api/tests/interactive_tests.rs @@ -545,7 +545,7 @@ pub async fn proposer_boost_re_org_test( pub async fn fork_choice_before_proposal() { // Validator count needs to be at least 32 or proposer boost gets set to 0 when computing // `validator_count // 32`. - let validator_count = 32; + let validator_count = 64; let all_validators = (0..validator_count).collect::>(); let num_initial: u64 = 31;