authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-18 15:33:47+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-18 15:33:47+01:00
log114ea92c09b6f27fe7596fddc4b114a31bf1c334
tree4a974314e26a74d80992d7dd5ff66a8dcefc673e
parente5dc5a6eb5608c100e78d6116942a4cd17f56d00
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: bump riscv64-linux-release timeout by 1 hour

This one was right on the edge and finally hit a timeout: https://codeberg.org/ziglang/zig/actions/runs/996/jobs/9/attempt/1

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

.forgejo/workflows/ci.yaml+1-1
...@@ -122,7 +122,7 @@ jobs:...@@ -122,7 +122,7 @@ jobs:
122 fetch-depth: 0122 fetch-depth: 0
123 - name: Build and Test123 - name: Build and Test
124 run: sh ci/riscv64-linux-release.sh124 run: sh ci/riscv64-linux-release.sh
125 timeout-minutes: 480125 timeout-minutes: 540
126126
127 s390x-linux-debug:127 s390x-linux-debug:
128 runs-on: [self-hosted, s390x-linux]128 runs-on: [self-hosted, s390x-linux]