reduce the number of interactions in the simulator runs in the CI

This commit is contained in:
alpaylan
2025-07-13 11:36:05 -04:00
parent 0b3fb2ecdd
commit a23441f656

View File

@@ -73,7 +73,7 @@ jobs:
with:
prefix-key: "v1-rust" # can be updated if we need to reset caches due to non-trivial change in the dependencies (for example, custom env var were set for single workspace project)
- name: Install the project
run: ./scripts/run-sim --maximum-tests 2000 loop -n 20 -s
run: ./scripts/run-sim --maximum-tests 1000 loop -n 20 -s
test-limbo:
runs-on: blacksmith-4vcpu-ubuntu-2404