From 3471ad1c67662e943115d4925d3e23f2d81002e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 14 Jan 2026 21:29:37 +0100 Subject: [PATCH] ci: bump s390x-linux timeouts by 1 hour Once in a while, these VMs get slightly slower due to heavy load from other VMs on the host machine, causing the jobs to time out. This is a very rare occurrence, but we do need to account for it. --- .forgejo/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index d7390469f5c528767427aebc4c3cc8c69e933ea8..884ee06c14cea1a3a726ca03dcb9132a37b4a674 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/s390x-linux-debug.sh - timeout-minutes: 300 + timeout-minutes: 360 s390x-linux-release: runs-on: [self-hosted, s390x-linux] steps: @@ -118,7 +118,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/s390x-linux-release.sh - timeout-minutes: 240 + timeout-minutes: 300 x86_64-freebsd-debug: runs-on: [self-hosted, x86_64-freebsd] -- 2.54.0