Skip to content

Commit

Permalink
chore: Increase timeout of AVM full tests job to 75 minutes (#8883)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon authored Sep 30, 2024
1 parent c8f43b3 commit b70a728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vm_full_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
concurrency_key: avm-full-tests-x86
- name: "AVM Full Tests"
working-directory: ./barretenberg/cpp/
timeout-minutes: 60
timeout-minutes: 75
run: |
sudo shutdown -P 60 # hack until core part of the scripts
sudo shutdown -P 75 # 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 b70a728

Please sign in to comment.