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:...@@ -174,7 +174,7 @@ jobs:
174 fetch-depth: 0174 fetch-depth: 0
175 - name: Build and Test175 - name: Build and Test
176 run: sh ci/x86_64-freebsd-debug.sh176 run: sh ci/x86_64-freebsd-debug.sh
177 timeout-minutes: 1440177 timeout-minutes: 120
178 x86_64-freebsd-release:178 x86_64-freebsd-release:
179 runs-on: [self-hosted, x86_64-freebsd]179 runs-on: [self-hosted, x86_64-freebsd]
180 steps:180 steps:
...@@ -184,7 +184,7 @@ jobs:...@@ -184,7 +184,7 @@ jobs:
184 fetch-depth: 0184 fetch-depth: 0
185 - name: Build and Test185 - name: Build and Test
186 run: sh ci/x86_64-freebsd-release.sh186 run: sh ci/x86_64-freebsd-release.sh
187 timeout-minutes: 1440187 timeout-minutes: 120
188188
189 x86_64-linux-debug:189 x86_64-linux-debug:
190 runs-on: [self-hosted, x86_64-linux]190 runs-on: [self-hosted, x86_64-linux]