diff --git a/internal/consensus/reactor_test.go b/internal/consensus/reactor_test.go index 998cbb1b8..4db1ccd81 100644 --- a/internal/consensus/reactor_test.go +++ b/internal/consensus/reactor_test.go @@ -712,8 +712,8 @@ func TestReactorValidatorSetChanges(t *testing.T) { cfg := configSetup(t) - nPeers := 7 - nVals := 4 + nPeers := 4 + nVals := 1 states, _, _, cleanup := randConsensusNetWithPeers( ctx, t,