authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-09 23:37:46+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-09 23:37:46+02:00
logf74dac70b022fb9cbba25865fc9b14021f45b880
treeafb6a3e7213c56634270f21bba9dff675a6cebc7
parentcb7c6e391872d2922a688c77def805883b69eba8
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "ci: temporarily raise x86_64-freebsd timeout to 24h"

This reverts commit adba29b342cf619dc1fd4ee20d450aeb902b35d7. I have a core file for the hang now.

1 files changed, 2 insertions(+), 2 deletions(-)

.forgejo/workflows/ci.yaml+2-2
......@@ -174,7 +174,7 @@ jobs:
174174 fetch-depth: 0
175175 - name: Build and Test
176176 run: sh ci/x86_64-freebsd-debug.sh
177 timeout-minutes: 1440
177 timeout-minutes: 120
178178 x86_64-freebsd-release:
179179 runs-on: [self-hosted, x86_64-freebsd]
180180 steps:
......@@ -184,7 +184,7 @@ jobs:
184184 fetch-depth: 0
185185 - name: Build and Test
186186 run: sh ci/x86_64-freebsd-release.sh
187 timeout-minutes: 1440
187 timeout-minutes: 120
188188
189189 x86_64-linux-debug:
190190 runs-on: [self-hosted, x86_64-linux]