Skip to content

Commit b70a728

Browse files
authored
chore: Increase timeout of AVM full tests job to 75 minutes (#8883)
1 parent c8f43b3 commit b70a728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vm_full_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
concurrency_key: avm-full-tests-x86
5656
- name: "AVM Full Tests"
5757
working-directory: ./barretenberg/cpp/
58-
timeout-minutes: 60
58+
timeout-minutes: 75
5959
run: |
60-
sudo shutdown -P 60 # hack until core part of the scripts
60+
sudo shutdown -P 75 # hack until core part of the scripts
6161
earthly-ci --no-output +vm-full-test --hardware_concurrency=64 # limit our parallelism to half our cores

0 commit comments

Comments
 (0)