We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2ebe0 commit 559587fCopy full SHA for 559587f
Makefile
@@ -373,7 +373,7 @@ test-sim-nondeterminism:
373
test-sim-random-genesis-fast:
374
@echo "Running random genesis simulation..."
375
@go test -mod=readonly $(SIMAPP) -run TestFullAppSimulation \
376
- -Enabled=true -NumBlocks=100 -BlockSize=200 -Commit=true -Seed=99 -Period=5 -v -timeout 24h
+ -Enabled=true -NumBlocks=10 -BlockSize=5 -Commit=true -Seed=99 -Period=5 -v -timeout 24h
377
378
test-sim-import-export: runsim
379
@echo "Running application import/export simulation. This may take several minutes..."
0 commit comments