authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-05 19:15:23+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-05 19:15:23+02:00
logadba29b342cf619dc1fd4ee20d450aeb902b35d7
tree5ee5176b928efb7b1aa057e715875caa14b31952
parent1b71e6e295eb7dbf367fc3c6e9f745145a28f85b
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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.

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: 120
177 timeout-minutes: 1440
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: 120
187 timeout-minutes: 1440
188188
189189 x86_64-linux-debug:
190190 runs-on: [self-hosted, x86_64-linux]