From 8fb4a6df53e50333205cce3f20c3def317e05c70 Mon Sep 17 00:00:00 2001 From: Mark Rushakoff Date: Wed, 19 Apr 2023 11:35:28 -0400 Subject: [PATCH] test: increase nondeterminism tries per seed by 1 (#15883) Co-authored-by: Marko --- simapp/sim_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simapp/sim_test.go b/simapp/sim_test.go index ea44667c2f8..53ba1b1ece5 100644 --- a/simapp/sim_test.go +++ b/simapp/sim_test.go @@ -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()