From 81a9bec442caa20dcd1793a4eb06c4fbe59e4d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 7 May 2026 01:39:28 +0200 Subject: [PATCH] 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. --- .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 264d511042cd4b9f600ac0359fe189e9185301b8..fed6114f3acdbed9bc56d09a3cbd2f21f4b2ad99 100644 --- 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: -- 2.54.0