From 80d06578ac66bce3aa0a21e9610cdb782b9a0593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Mon, 13 Jul 2026 18:49:59 +0200 Subject: [PATCH] ci: bump riscv64-linux-debug timeout by 1 hour It's been sporadically timing out when the build system happens to schedule steps in an unlucky order (see https://codeberg.org/ziglang/zig/issues/30595). --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 5e85a67906f01d7a5ba75c8a3bb3b5b2b4767c63..ebec77bdf3e9640edc33be752625aaaf4a6c6ef4 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -157,7 +157,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/riscv64-linux-debug.sh - timeout-minutes: 840 + timeout-minutes: 900 riscv64-linux-release: if: github.event_name != 'pull_request' runs-on: [self-hosted, riscv64-linux] -- 2.54.0