test(sims): Reduce test scope to 150 blocks for long sim run (#21049)

This commit is contained in:
Alexander Peters 2024-07-24 10:54:17 +02:00 committed by GitHub
parent 24977a92a2
commit 18dd65d714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ test-sim-custom-genesis-multi-seed:
test-sim-multi-seed-long:
@echo "Running long multi-seed application simulation. This may take awhile!"
@cd ${CURRENT_DIR}/simapp && go test -mod=readonly -timeout=1h -tags='sims' -run TestFullAppSimulation \
-NumBlocks=500 -Period=50
-NumBlocks=150 -Period=50
test-sim-multi-seed-short:
@echo "Running short multi-seed application simulation. This may take awhile!"