feat: reduce determinism sim runs

This commit is contained in:
Kevin Davis 2020-04-15 22:37:22 -04:00
parent 4cde3ba577
commit 162a47343d

View File

@ -662,12 +662,12 @@ func TestAppStateDeterminism(t *testing.T) {
config.OnOperation = false
config.AllInvariants = false
numSeeds := 3
numTimesToRunPerSeed := 5
numSeeds := 1
numTimesToRunPerSeed := 2
appHashList := make([]json.RawMessage, numTimesToRunPerSeed)
for i := 0; i < numSeeds; i++ {
config.Seed = rand.Int63()
config.Seed = 8674665223082153551
for j := 0; j < numTimesToRunPerSeed; j++ {
logger := log.NewNopLogger()