| author | |
| committer | |
| log | 3471ad1c67662e943115d4925d3e23f2d81002e8 |
| tree | 8f1fbd2c301f3458b935dea807b1202ad4b9f2c0 |
| parent | f695ca08e3fc705bbca0e6dbde3164718727be00 |
| signature |
Once in a while, these VMs get slightly slower due to heavy load from other VMs
on the host machine, causing the jobs to time out. This is a very rare
occurrence, but we do need to account for it.1 files changed, 2 insertions(+), 2 deletions(-)
.forgejo/workflows/ci.yaml+2-2| ... | ... | @@ -108,7 +108,7 @@ jobs: |
| 108 | 108 | fetch-depth: 0 |
| 109 | 109 | - name: Build and Test |
| 110 | 110 | run: sh ci/s390x-linux-debug.sh |
| 111 | timeout-minutes: 300 | |
| 111 | timeout-minutes: 360 | |
| 112 | 112 | s390x-linux-release: |
| 113 | 113 | runs-on: [self-hosted, s390x-linux] |
| 114 | 114 | steps: |
| ... | ... | @@ -118,7 +118,7 @@ jobs: |
| 118 | 118 | fetch-depth: 0 |
| 119 | 119 | - name: Build and Test |
| 120 | 120 | run: sh ci/s390x-linux-release.sh |
| 121 | timeout-minutes: 240 | |
| 121 | timeout-minutes: 300 | |
| 122 | 122 | |
| 123 | 123 | x86_64-freebsd-debug: |
| 124 | 124 | runs-on: [self-hosted, x86_64-freebsd] |