Browse Source
ci: Increase mainline build timeout.
- We're currently timing out with builds exceeding 60M. This doubles the timeout to 120M.
pull/15/merge
bunnei
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
.ci/yuzu-mainline-step2.yml
|
|
@ -19,6 +19,7 @@ stages: |
|
|
displayName: 'build' |
|
|
displayName: 'build' |
|
|
jobs: |
|
|
jobs: |
|
|
- job: build |
|
|
- job: build |
|
|
|
|
|
timeoutInMinutes: 120 |
|
|
displayName: 'standard' |
|
|
displayName: 'standard' |
|
|
pool: |
|
|
pool: |
|
|
vmImage: ubuntu-latest |
|
|
vmImage: ubuntu-latest |
|
|
@ -43,6 +44,7 @@ stages: |
|
|
displayName: 'build-windows' |
|
|
displayName: 'build-windows' |
|
|
jobs: |
|
|
jobs: |
|
|
- job: build |
|
|
- job: build |
|
|
|
|
|
timeoutInMinutes: 120 |
|
|
displayName: 'msvc' |
|
|
displayName: 'msvc' |
|
|
pool: |
|
|
pool: |
|
|
vmImage: windows-2019 |
|
|
vmImage: windows-2019 |
|
|
@ -65,4 +67,4 @@ stages: |
|
|
- job: github |
|
|
- job: github |
|
|
displayName: 'github' |
|
|
displayName: 'github' |
|
|
steps: |
|
|
steps: |
|
|
- template: ./templates/release-github.yml |
|
|
|
|
|
|
|
|
- template: ./templates/release-github.yml |