smaller validator set for test

This commit is contained in:
William Banfield
2022-01-24 19:18:46 -05:00
parent 448ed426b7
commit 8cc4f9ecc6

View File

@@ -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,