From 40b1d0fe37ddf1630932bb71c93b40f019b2e48d Mon Sep 17 00:00:00 2001 From: jeanmon Date: Tue, 25 Jun 2024 14:16:32 +0000 Subject: [PATCH] Increase the timeout of the runner to 70 minutes --- .github/workflows/vm_full_tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/vm_full_tests.yml b/.github/workflows/vm_full_tests.yml index 1e912a054384..e1e135b02018 100644 --- a/.github/workflows/vm_full_tests.yml +++ b/.github/workflows/vm_full_tests.yml @@ -55,6 +55,7 @@ jobs: concurrency_key: avm-full-tests-x86 - name: "AVM Full Tests" working-directory: ./barretenberg/cpp/ - timeout-minutes: 90 - # limit our parallelism to half our cores - run: earthly-ci --no-output +vm-full-test --hardware_concurrency=64 + timeout-minutes: 70 + run: | + sudo shutdown -P 70 # hack until core part of the scripts + earthly-ci --no-output +vm-full-test --hardware_concurrency=64 # limit our parallelism to half our cores