From c9afa901f33e674f0390871e2f47971ff6438910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 19 Nov 2025 23:47:32 +0100 Subject: [PATCH] ci: bump timeout for s390x-linux-release to 4 hours on Forgejo Actions --- .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 0437e20230..3ce2257143 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/s390x-linux-release.sh - timeout-minutes: 180 + timeout-minutes: 240 x86_64-freebsd-debug: runs-on: [self-hosted, x86_64-freebsd] steps: