From f74dac70b022fb9cbba25865fc9b14021f45b880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 9 Aug 2026 23:37:46 +0200 Subject: [PATCH] Revert "ci: temporarily raise x86_64-freebsd timeout to 24h" This reverts commit adba29b342cf619dc1fd4ee20d450aeb902b35d7. I have a core file for the hang now. --- .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 74d401cdead06e0f9f8ee3b6f4197a9ebdec09e8..25d7699c200bc8f4e33ec65d90d40c7ba6a5d9e4 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: 1440 + timeout-minutes: 120 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: 1440 + timeout-minutes: 120 x86_64-linux-debug: runs-on: [self-hosted, x86_64-linux] -- 2.54.0