Run slightly fewer set commands

We don't need all that many random set commands to get some coverage
for them.
This commit is contained in:
Seebs 2022-08-23 14:07:55 -05:00 committed by seebs
parent 1f754dd998
commit edbb2d3e1e

View file

@ -47,7 +47,7 @@ func TestMain_Set_Quick(t *testing.T) {
t.Parallel()
rand := rand.New(rand.NewSource(int64(i)))
cmds := GenerateSetCommands(1000, rand)
cmds := GenerateSetCommands(100, rand)
m := test.RunCommand(t)