Skip to content

Commit

Permalink
chore(ci): increase timeout for ARM build (#9041)
Browse files Browse the repository at this point in the history
Somehow this got to the very end, our build must be taking quite a bit
of time now on weaker machines [skip ci]
  • Loading branch information
ludamad authored Oct 7, 2024
1 parent 9fe7436 commit c505b02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ jobs:
concurrency_key: build-arm
# prepare images locally, tagged by commit hash
- name: "Build E2E Image"
timeout-minutes: 40
timeout-minutes: 60
run: |
sudo shutdown -P 60 # necessary to get around builtin hard timeout
earthly-ci ./yarn-project+export-e2e-test-images
# all the non-bench end-to-end integration tests for aztec
Expand Down

0 comments on commit c505b02

Please sign in to comment.