From 18dd65d714132781d00fbff7dda023e2e6c9576f Mon Sep 17 00:00:00 2001 From: Alexander Peters Date: Wed, 24 Jul 2024 10:54:17 +0200 Subject: [PATCH] test(sims): Reduce test scope to 150 blocks for long sim run (#21049) --- scripts/build/simulations.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/simulations.mk b/scripts/build/simulations.mk index 6d0f077e6d..ea7510db4c 100644 --- a/scripts/build/simulations.mk +++ b/scripts/build/simulations.mk @@ -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!"