From a23441f656570eb19f05943425263fa322a56ef5 Mon Sep 17 00:00:00 2001 From: alpaylan Date: Sun, 13 Jul 2025 11:36:05 -0400 Subject: [PATCH] reduce the number of interactions in the simulator runs in the CI --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 88f3df40d..bcf5dd7dd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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