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
.forgejo/workflows/ci.yaml+1-1
| ... | ... | @@ -122,7 +122,7 @@ jobs: |
| 122 | 122 | fetch-depth: 0 |
| 123 | 123 | - name: Build and Test |
| 124 | 124 | run: sh ci/riscv64-linux-release.sh |
| 125 | | timeout-minutes: 480 |
| 125 | timeout-minutes: 540 |
| 126 | 126 | |
| 127 | 127 | s390x-linux-debug: |
| 128 | 128 | runs-on: [self-hosted, s390x-linux] |