Skip to content

Commit 559587f

Browse files
committed
sim
1 parent ed2ebe0 commit 559587f

File tree

5 files changed

+381
-445
lines changed

5 files changed

+381
-445
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ test-sim-nondeterminism:
373373
test-sim-random-genesis-fast:
374374
@echo "Running random genesis simulation..."
375375
@go test -mod=readonly $(SIMAPP) -run TestFullAppSimulation \
376-
-Enabled=true -NumBlocks=100 -BlockSize=200 -Commit=true -Seed=99 -Period=5 -v -timeout 24h
376+
-Enabled=true -NumBlocks=10 -BlockSize=5 -Commit=true -Seed=99 -Period=5 -v -timeout 24h
377377

378378
test-sim-import-export: runsim
379379
@echo "Running application import/export simulation. This may take several minutes..."

0 commit comments

Comments
 (0)