authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-04 20:52:34+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-04 20:52:34+01:00
logc166bb36f6cbb882eac42f5522b07837ef7bf550
tree5140cbfae043d2a915ab0cddc2dacc0e3ebe4533
parent78cba869289c66be875a72850437f95fe7541e92
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: reduce x86_64-linux timeouts

These excessive timeouts should no longer be necessary with the recent tuning of job capacity and maxrss on these machines.

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

.forgejo/workflows/ci.yaml+3-3
......@@ -152,7 +152,7 @@ jobs:
152152 fetch-depth: 0
153153 - name: Build and Test
154154 run: sh ci/x86_64-linux-debug.sh
155 timeout-minutes: 240
155 timeout-minutes: 180
156156 x86_64-linux-debug-llvm:
157157 runs-on: [self-hosted, x86_64-linux]
158158 steps:
......@@ -162,7 +162,7 @@ jobs:
162162 fetch-depth: 0
163163 - name: Build and Test
164164 run: sh ci/x86_64-linux-debug-llvm.sh
165 timeout-minutes: 480
165 timeout-minutes: 360
166166 x86_64-linux-release:
167167 runs-on: [self-hosted, x86_64-linux]
168168 steps:
......@@ -172,7 +172,7 @@ jobs:
172172 fetch-depth: 0
173173 - name: Build and Test
174174 run: sh ci/x86_64-linux-release.sh
175 timeout-minutes: 480
175 timeout-minutes: 360
176176
177177 x86_64-windows-debug:
178178 runs-on: [self-hosted, x86_64-windows]