From 14019a95a4f3519bc03d23f79eb3141b51a9b2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 2 Oct 2025 13:27:00 +0200 Subject: [PATCH] ci: bump x86_64-linux-release timeout to 7 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 3695facc89..43f899ccf0 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: 360 + timeout-minutes: 420 x86_64-windows-debug: runs-on: [self-hosted, x86_64-windows] steps: