From 5ecefe724dca432f9f482dfe89bbd5f2e4d4c3d3 Mon Sep 17 00:00:00 2001 From: jeanmon Date: Tue, 6 Aug 2024 07:33:45 +0000 Subject: [PATCH] Bump timeout for AVM full tests github action to 60 minutes --- .github/workflows/vm_full_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vm_full_tests.yml b/.github/workflows/vm_full_tests.yml index 9b0fd79db4c..323a947a9c1 100644 --- a/.github/workflows/vm_full_tests.yml +++ b/.github/workflows/vm_full_tests.yml @@ -55,7 +55,7 @@ jobs: concurrency_key: avm-full-tests-x86 - name: "AVM Full Tests" working-directory: ./barretenberg/cpp/ - timeout-minutes: 50 + timeout-minutes: 60 run: | - sudo shutdown -P 50 # hack until core part of the scripts + sudo shutdown -P 60 # hack until core part of the scripts earthly-ci --no-output +vm-full-test --hardware_concurrency=64 # limit our parallelism to half our cores