From f06adc70b0de0265337a15b2e60647468e1664d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 20 Nov 2025 03:34:42 +0100 Subject: [PATCH] ci: bump timeout for s390x-linux-debug to 5 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 3ce2257143..4d0acf3c7b 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -82,7 +82,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/s390x-linux-debug.sh - timeout-minutes: 240 + timeout-minutes: 300 s390x-linux-release: runs-on: [self-hosted, s390x-linux] steps: