ci: Increase mainline build timeout.

- We're currently timing out with builds exceeding 60M. This doubles the timeout to 120M.
This commit is contained in:
bunnei 2021-07-21 13:03:20 -07:00 committed by GitHub
parent 583a10fded
commit c104e9c698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ stages:
displayName: 'build'
jobs:
- job: build
timeoutInMinutes: 120
displayName: 'standard'
pool:
vmImage: ubuntu-latest
@ -43,6 +44,7 @@ stages:
displayName: 'build-windows'
jobs:
- job: build
timeoutInMinutes: 120
displayName: 'msvc'
pool:
vmImage: windows-2019
@ -65,4 +67,4 @@ stages:
- job: github
displayName: 'github'
steps:
- template: ./templates/release-github.yml
- template: ./templates/release-github.yml