From 765825b80224f491e54fac83479cb31014352256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 3 Aug 2025 16:44:58 +0200 Subject: [PATCH] ci: bump riscv64-linux timeout from 6 hours to 7 hours GitHub is apparently very bad at arithmetic and so will cancel jobs that pass the 5 hours mark, even if they're nowhere near the 6 hours timeout. So add an hour to assist GitHub in this very difficult task. --- .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 667316d8b1..32c6702939 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: run: sh ci/aarch64-linux-release.sh riscv64-linux-debug: if: github.event_name == 'push' - timeout-minutes: 360 + timeout-minutes: 420 runs-on: [self-hosted, Linux, riscv64] steps: - name: Checkout @@ -61,7 +61,7 @@ jobs: run: sh ci/riscv64-linux-debug.sh riscv64-linux-release: if: github.event_name == 'push' - timeout-minutes: 360 + timeout-minutes: 420 runs-on: [self-hosted, Linux, riscv64] steps: - name: Checkout