From 114ea92c09b6f27fe7596fddc4b114a31bf1c334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 18 Jan 2026 15:33:47 +0100 Subject: [PATCH] ci: bump riscv64-linux-release timeout by 1 hour This one was right on the edge and finally hit a timeout: https://codeberg.org/ziglang/zig/actions/runs/996/jobs/9/attempt/1 --- .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 f387878114..62bcdc121a 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -122,7 +122,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/riscv64-linux-release.sh - timeout-minutes: 480 + timeout-minutes: 540 s390x-linux-debug: runs-on: [self-hosted, s390x-linux]