ci: Revert aarch64-linux timeout to GitHub's default 6 hours.

We don't seem to be getting non-deterministic hangs since 4f3b59f, and e28b402
cut the run times significantly on top of that. Runs now seem to take around 1-2
hours, so the default timeout should be plenty.
This commit is contained in:
Alex Rønne Petersen 2025-05-29 21:21:55 +02:00
parent 561ab59cec
commit 1a08c83eb3

View File

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