ci: bump x86_64-linux-debug-llvm timeout by 1 hour
We run module tests for more targets now (mipsn32, x32), so when zinc is under
heavy load, this needs a bit more time.
1 files changed, 1 insertions(+), 1 deletions(-)
.forgejo
workflows
.forgejo/workflows/ci.yaml+1-1
| ... | ... | @@ -231,7 +231,7 @@ jobs: |
| 231 | 231 | fetch-depth: 0 |
| 232 | 232 | - name: Build and Test |
| 233 | 233 | run: sh ci/x86_64-linux-debug-llvm.sh |
| 234 | | timeout-minutes: 360 |
| 234 | timeout-minutes: 420 |
| 235 | 235 | x86_64-linux-release: |
| 236 | 236 | runs-on: [self-hosted, x86_64-linux] |
| 237 | 237 | steps: |