Skip to content

Commit

Permalink
test: increase nondeterminism tries per seed by 1 (cosmos#15883)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <[email protected]>
  • Loading branch information
mark-rushakoff and tac0turtle authored Apr 19, 2023
1 parent c0eade1 commit 8fb4a6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simapp/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8fb4a6d

Please sign in to comment.