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