From dfcfb2946002f9ecfefc1bc1a3630b117ea0f519 Mon Sep 17 00:00:00 2001 From: jeanmon Date: Wed, 19 Jun 2024 12:02:32 +0000 Subject: [PATCH] Decrease timeout to 90 minutes --- .github/workflows/vm_full_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vm_full_tests.yml b/.github/workflows/vm_full_tests.yml index 830b824479b..f74c6ef54b1 100644 --- a/.github/workflows/vm_full_tests.yml +++ b/.github/workflows/vm_full_tests.yml @@ -53,6 +53,6 @@ jobs: - uses: ./.github/ci-setup-action - name: "AVM Full Tests" working-directory: ./barretenberg/cpp/ - timeout-minutes: 150 + timeout-minutes: 90 # limit our parallelism to half our cores run: earthly-ci --no-output +vm-full-test --hardware_concurrency=64