From 85b3d02f76428409f7cf19cfb450749cede68605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Mon, 14 Apr 2025 15:32:37 +0200 Subject: [PATCH] ci: Bump x86_64-linux timeout to 8 hours. We were really close to the timeout previously, and we recently added hexagon-linux and loongarch64-linux to the test matrix. --- .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 1efd532377..70393a8ddf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ permissions: contents: read jobs: x86_64-linux-debug: - timeout-minutes: 420 + timeout-minutes: 480 runs-on: [self-hosted, Linux, x86_64] steps: - name: Checkout @@ -21,7 +21,7 @@ jobs: - name: Build and Test run: sh ci/x86_64-linux-debug.sh x86_64-linux-release: - timeout-minutes: 420 + timeout-minutes: 480 runs-on: [self-hosted, Linux, x86_64] steps: - name: Checkout