From 0b8fca5a195278bb5d5fb1ea09a504c30f751415 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 16 Oct 2023 21:55:11 -0700 Subject: [PATCH] CI: bump aarch64-linux-debug timeout to 8 hours When the system gets busy, the runs take drastically longer. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e783ae878..65404f3edd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Build and Test run: sh ci/x86_64-linux-release.sh aarch64-linux-debug: - timeout-minutes: 420 + timeout-minutes: 480 runs-on: [self-hosted, Linux, aarch64] steps: - name: Checkout