fix(sims): OOM at sim-multi-seed-long run (#21503)

This commit is contained in:
Alexander Peters
2024-09-03 13:41:22 +00:00
committed by GitHub
parent 50b2254249
commit 62bf23a5ae
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -44,7 +44,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 \
@cd ${CURRENT_DIR}/simapp && go test -mod=readonly -timeout=2h -tags='sims' -run TestFullAppSimulation \
-NumBlocks=150 -Period=50
test-sim-multi-seed-short: