Skip to content

Commit

Permalink
chore: Increase the timeout of the runner for full AVM workflow to 70…
Browse files Browse the repository at this point in the history
… minutes (#7183)
  • Loading branch information
jeanmon authored Jun 25, 2024
1 parent 9b4f56c commit 9aabc32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/vm_full_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9aabc32

Please sign in to comment.