authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-26 19:29:36+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-26 19:29:36+01:00
log43b4368b94e5b79f1e5901358269b784f020a65d
tree11ca50a1a1238490a744b5ff6e5749be57520863
parentc969ef7cbe0d707038f10dc0717c829c87542f20
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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

A very recent change seems to have made this slower.

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

.forgejo/workflows/ci.yaml+1-1
...@@ -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: 54091 timeout-minutes: 600
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]