We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f43b3 commit b70a728Copy full SHA for b70a728
.github/workflows/vm_full_tests.yml
@@ -55,7 +55,7 @@ jobs:
55
concurrency_key: avm-full-tests-x86
56
- name: "AVM Full Tests"
57
working-directory: ./barretenberg/cpp/
58
- timeout-minutes: 60
+ timeout-minutes: 75
59
run: |
60
- sudo shutdown -P 60 # hack until core part of the scripts
+ sudo shutdown -P 75 # hack until core part of the scripts
61
earthly-ci --no-output +vm-full-test --hardware_concurrency=64 # limit our parallelism to half our cores
0 commit comments