ci: bump riscv64-linux-debug timeout by 1 hour
It's been sporadically timing out when the build system happens to schedule
steps in an unlucky order (see https://codeberg.org/ziglang/zig/issues/30595).
1 files changed, 1 insertions(+), 1 deletions(-)
.forgejo
workflows
.forgejo/workflows/ci.yaml+1-1
| ... | ... | @@ -157,7 +157,7 @@ jobs: |
| 157 | 157 | fetch-depth: 0 |
| 158 | 158 | - name: Build and Test |
| 159 | 159 | run: sh ci/riscv64-linux-debug.sh |
| 160 | | timeout-minutes: 840 |
| 160 | timeout-minutes: 900 |
| 161 | 161 | riscv64-linux-release: |
| 162 | 162 | if: github.event_name != 'pull_request' |
| 163 | 163 | runs-on: [self-hosted, riscv64-linux] |