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:
2929 - name: Build and Test
3030 run: sh ci/x86_64-linux-release.sh
3131 aarch64-linux-debug:
32 timeout-minutes: 540
3332 runs-on: [self-hosted, Linux, aarch64]
3433 steps:
3534 - name: Checkout
......@@ -37,7 +36,6 @@ jobs:
3736 - name: Build and Test
3837 run: sh ci/aarch64-linux-debug.sh
3938 aarch64-linux-release:
40 timeout-minutes: 540
4139 runs-on: [self-hosted, Linux, aarch64]
4240 steps:
4341 - name: Checkout