ci: Bump aarch64-linux timeout to 9 hours.

These seem to be timing out under load lately.
This commit is contained in:
Alex Rønne Petersen 2025-04-14 16:02:44 +02:00 committed by Andrew Kelley
parent 85b3d02f76
commit 76da028239

View file

@ -29,7 +29,7 @@ jobs:
- name: Build and Test
run: sh ci/x86_64-linux-release.sh
aarch64-linux-debug:
timeout-minutes: 480
timeout-minutes: 540
runs-on: [self-hosted, Linux, aarch64]
steps:
- name: Checkout
@ -37,7 +37,7 @@ jobs:
- name: Build and Test
run: sh ci/aarch64-linux-debug.sh
aarch64-linux-release:
timeout-minutes: 480
timeout-minutes: 540
runs-on: [self-hosted, Linux, aarch64]
steps:
- name: Checkout