diff --git a/simapp/sim_test.go b/simapp/sim_test.go index b30f1771c1..ea44667c2f 100644 --- a/simapp/sim_test.go +++ b/simapp/sim_test.go @@ -330,7 +330,8 @@ func TestAppStateDeterminism(t *testing.T) { config.ChainID = SimAppChainID numSeeds := 3 - numTimesToRunPerSeed := 5 + // numTimesToRunPerSeed := 5 TODO revert once sims are sped up + numTimesToRunPerSeed := 2 appHashList := make([]json.RawMessage, numTimesToRunPerSeed) appOptions := viper.New()