From 1a08c83eb3a6c739c75b8ec3eb291ac15a69ed7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 29 May 2025 21:21:55 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 555da400bc..a65f336e3b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,6 @@ jobs: - name: Build and Test run: sh ci/x86_64-linux-release.sh aarch64-linux-debug: - timeout-minutes: 540 runs-on: [self-hosted, Linux, aarch64] steps: - name: Checkout @@ -37,7 +36,6 @@ jobs: - name: Build and Test run: sh ci/aarch64-linux-debug.sh aarch64-linux-release: - timeout-minutes: 540 runs-on: [self-hosted, Linux, aarch64] steps: - name: Checkout