From adba29b342cf619dc1fd4ee20d450aeb902b35d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 5 Aug 2026 19:15:23 +0200 Subject: [PATCH] ci: temporarily raise x86_64-freebsd timeout to 24h I need to debug the build system hangs that sometimes occur in CI; this should give me plenty of time to notice and attach a debugger. --- .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 de5070160d7a9a3554fd80e59cb07fe32a08c124..a07fdd57aeaec23a8f7b33ece4332f23bfedd4f9 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -174,7 +174,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/x86_64-freebsd-debug.sh - timeout-minutes: 120 + timeout-minutes: 1440 x86_64-freebsd-release: runs-on: [self-hosted, x86_64-freebsd] steps: @@ -184,7 +184,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/x86_64-freebsd-release.sh - timeout-minutes: 120 + timeout-minutes: 1440 x86_64-linux-debug: runs-on: [self-hosted, x86_64-linux] -- 2.54.0