test: increase nondeterminism tries per seed by 1 (#15883)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Mark Rushakoff 2023-04-19 11:35:28 -04:00 committed by GitHub
parent c0eade17fe
commit 8fb4a6df53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,8 +330,7 @@ func TestAppStateDeterminism(t *testing.T) {
config.ChainID = SimAppChainID
numSeeds := 3
// numTimesToRunPerSeed := 5 TODO revert once sims are sped up
numTimesToRunPerSeed := 2
numTimesToRunPerSeed := 3 // This used to be set to 5, but we've temporarily reduced it to 3 for the sake of faster CI.
appHashList := make([]json.RawMessage, numTimesToRunPerSeed)
appOptions := viper.New()