authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-07-04 00:16:10+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-07-04 00:17:03+02:00
log67b05e521603be6bd276f26b30523b03a58cb0e0
treeab08809c6e5f5e4371466e9d5e8e3e853068d2d2
parentd4f6ff278391611890ed654adf37c6b8d5dd7708
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: bump x86_64-linux-debug-llvm timeout by 1 hour

We run module tests for more targets now (mipsn32, x32), so when zinc is under heavy load, this needs a bit more time.

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

.forgejo/workflows/ci.yaml+1-1
......@@ -231,7 +231,7 @@ jobs:
231231 fetch-depth: 0
232232 - name: Build and Test
233233 run: sh ci/x86_64-linux-debug-llvm.sh
234 timeout-minutes: 360
234 timeout-minutes: 420
235235 x86_64-linux-release:
236236 runs-on: [self-hosted, x86_64-linux]
237237 steps: