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:...@@ -88,7 +88,7 @@ jobs:
88 fetch-depth: 088 fetch-depth: 0
89 - name: Build and Test89 - name: Build and Test
90 run: sh ci/riscv64-linux-debug.sh90 run: sh ci/riscv64-linux-debug.sh
91 timeout-minutes: 60091 timeout-minutes: 720
92 riscv64-linux-release:92 riscv64-linux-release:
93 if: github.event_name != 'pull_request'93 if: github.event_name != 'pull_request'
94 runs-on: [self-hosted, riscv64-linux]94 runs-on: [self-hosted, riscv64-linux]
...@@ -99,7 +99,7 @@ jobs:...@@ -99,7 +99,7 @@ jobs:
99 fetch-depth: 099 fetch-depth: 0
100 - name: Build and Test100 - name: Build and Test
101 run: sh ci/riscv64-linux-release.sh101 run: sh ci/riscv64-linux-release.sh
102 timeout-minutes: 480102 timeout-minutes: 600
103103
104 s390x-linux-debug:104 s390x-linux-debug:
105 runs-on: [self-hosted, s390x-linux]105 runs-on: [self-hosted, s390x-linux]