Skip to content

Commit

Permalink
fix test-sim-nondeterminism
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jul 25, 2024
1 parent fbdec79 commit f2d5baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ $(BINDIR)/runsim:

test-sim-nondeterminism:
@echo "Running non-determinism test..."
@go test -mod=readonly $(SIMAPP) -run TestAppStateDeterminism -Enabled=true \
@go test -tags=objstore -mod=readonly $(SIMAPP) -run TestAppStateDeterminism -Enabled=true \
-NumBlocks=100 -BlockSize=200 -Commit=true -Period=0 -v -timeout 24h

test-sim-random-genesis-fast:
Expand Down

0 comments on commit f2d5baa

Please sign in to comment.