ci: bump s390x-linux-debug timeout by 1 hour
The host machine for the VMs we have is oversubscribed. There's not currently
much that can be done about that, but a hardware upgrade is planned for later
this year.
1 files changed, 1 insertions(+), 1 deletions(-)
.forgejo
workflows
.forgejo/workflows/ci.yaml+1-1
| ... | ... | @@ -175,7 +175,7 @@ jobs: |
| 175 | 175 | fetch-depth: 0 |
| 176 | 176 | - name: Build and Test |
| 177 | 177 | run: sh ci/s390x-linux-debug.sh |
| 178 | | timeout-minutes: 360 |
| 178 | timeout-minutes: 420 |
| 179 | 179 | s390x-linux-release: |
| 180 | 180 | runs-on: [self-hosted, s390x-linux] |
| 181 | 181 | steps: |