authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-05-29 21:21:55+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-05-30 11:59:33+02:00
log1a08c83eb3a6c739c75b8ec3eb291ac15a69ed7a
treea99028454b2c8fc39691fc8a576c4dc8c1fd8626
parent561ab59ceccb18c8a26b91292cf034556c6b0e4d

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.

1 files changed, 0 insertions(+), 2 deletions(-)

.github/workflows/ci.yaml-2
...@@ -29,7 +29,6 @@ jobs:...@@ -29,7 +29,6 @@ jobs:
29 - name: Build and Test29 - name: Build and Test
30 run: sh ci/x86_64-linux-release.sh30 run: sh ci/x86_64-linux-release.sh
31 aarch64-linux-debug:31 aarch64-linux-debug:
32 timeout-minutes: 540
33 runs-on: [self-hosted, Linux, aarch64]32 runs-on: [self-hosted, Linux, aarch64]
34 steps:33 steps:
35 - name: Checkout34 - name: Checkout
...@@ -37,7 +36,6 @@ jobs:...@@ -37,7 +36,6 @@ jobs:
37 - name: Build and Test36 - name: Build and Test
38 run: sh ci/aarch64-linux-debug.sh37 run: sh ci/aarch64-linux-debug.sh
39 aarch64-linux-release:38 aarch64-linux-release:
40 timeout-minutes: 540
41 runs-on: [self-hosted, Linux, aarch64]39 runs-on: [self-hosted, Linux, aarch64]
42 steps:40 steps:
43 - name: Checkout41 - name: Checkout