zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 81a9bec442caa20dcd1793a4eb06c4fbe59e4d50 (tree)
parent cd23f7a814bf81b3c06f4d016bcb006520a3158e
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Thu,  7 May 2026 01:39:28 +0200

ci: bump s390x-linux-debug timeout by 1 hour

The host machine for the VMs we have is oversubscribed. There's not currently
much that can be done about that, but a hardware upgrade is planned for later
this year.

Diffstat:
M.forgejo/workflows/ci.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml @@ -175,7 +175,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/s390x-linux-debug.sh - timeout-minutes: 360 + timeout-minutes: 420 s390x-linux-release: runs-on: [self-hosted, s390x-linux] steps: