From bd23e9a744b3a43aab468b9f5e24b4c63e7c25d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 5 Oct 2025 18:53:34 +0200 Subject: [PATCH] ci: bump x86_64-linux-release timeout to 8 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 43f899ccf0..20f989a087 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -125,7 +125,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/x86_64-linux-release.sh - timeout-minutes: 420 + timeout-minutes: 480 x86_64-windows-debug: runs-on: [self-hosted, x86_64-windows] steps: