authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-05 12:54:27+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-05 12:54:27+01:00
log962903e0fa222ee002355832e17144f66ec8d6ec
tree883bfe2e101594f4413285d8eae4de292b79a6ef
parentccc78252f153e02450c7de273cd553074a65ae02
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: bump riscv64-linux timeouts by 2 hours

Fixing this perf regression is tracked by: https://codeberg.org/ziglang/zig/issues/30595

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

.forgejo/workflows/ci.yaml+2-2
......@@ -88,7 +88,7 @@ jobs:
8888 fetch-depth: 0
8989 - name: Build and Test
9090 run: sh ci/riscv64-linux-debug.sh
91 timeout-minutes: 600
91 timeout-minutes: 720
9292 riscv64-linux-release:
9393 if: github.event_name != 'pull_request'
9494 runs-on: [self-hosted, riscv64-linux]
......@@ -99,7 +99,7 @@ jobs:
9999 fetch-depth: 0
100100 - name: Build and Test
101101 run: sh ci/riscv64-linux-release.sh
102 timeout-minutes: 480
102 timeout-minutes: 600
103103
104104 s390x-linux-debug:
105105 runs-on: [self-hosted, s390x-linux]