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:...@@ -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: 120177 timeout-minutes: 1440
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: 120187 timeout-minutes: 1440
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]