From 76da028239904a479b58a62d6f226085e6e02678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Mon, 14 Apr 2025 16:02:44 +0200 Subject: [PATCH] ci: Bump aarch64-linux timeout to 9 hours. These seem to be timing out under load lately. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70393a8ddf..555da400bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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