Skip to content

Commit

Permalink
Deflake test-sim-nondeterminism (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx authored Nov 4, 2023
1 parent e538e16 commit 79769b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/app/simulation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func TestAppStateDeterminism(t *testing.T) {
config.ChainID = simChainId

numSeeds := 3
numTimesToRunPerSeed := 5
numTimesToRunPerSeed := 3
appHashList := make([]json.RawMessage, numTimesToRunPerSeed)

appOptions := defaultAppOptionsForSimulation()
Expand Down

0 comments on commit 79769b7

Please sign in to comment.