ci: increase timeout on the auto branch in azure

This commit is contained in:
Pietro Albini 2019-05-26 18:35:32 +02:00
parent d185feae4f
commit 4af19b0ce9
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ variables:
jobs:
- job: Linux
timeoutInMinutes: 600
pool:
vmImage: ubuntu-16.04
steps:
@ -150,6 +151,7 @@ jobs:
IMAGE: mingw-check
- job: macOS
timeoutInMinutes: 600
pool:
vmImage: macos-10.13
steps:
@ -212,6 +214,7 @@ jobs:
- job: Windows
timeoutInMinutes: 600
pool:
vmImage: 'vs2017-win2016'
steps: