Skip to content

Commit

Permalink
test: increase nondeterminism tries per seed by 1 (#15883)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <marbar3778@yahoo.com>
  • Loading branch information
2 people authored and cool-develope committed Apr 26, 2023
1 parent 86a0223 commit 9c4f0aa
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 9c4f0aa

Please sign in to comment.