ci: increase timeout, take 2

This commit is contained in:
Pietro Albini 2019-05-21 12:05:57 +02:00
parent 67db230477
commit d2304e1e26
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
strategy:
@ -27,6 +28,7 @@ jobs:
- template: steps/run.yml
- job: macOS
timeoutInMinutes: 600
pool:
vmImage: macos-10.13
strategy:
@ -53,6 +55,7 @@ jobs:
- template: steps/run.yml
- job: Windows
timeoutInMinutes: 600
pool:
vmImage: 'vs2017-win2016'
strategy: