Skip to content

Commit

Permalink
chore(avm): Bump the timeout of the AVM full tests to 50 minutes (#7776)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon authored Aug 5, 2024
1 parent 07ee990 commit 760af5d
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: 35
timeout-minutes: 50
run: |
sudo shutdown -P 35 # hack until core part of the scripts
sudo shutdown -P 50 # 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 760af5d

Please sign in to comment.