From 8cc4f9ecc668b29af140952b8e5b79291c1e34e7 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 24 Jan 2022 19:18:46 -0500 Subject: [PATCH] smaller validator set for test --- internal/consensus/reactor_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,