ci: Increase timeout for vs jobs to 120

vc2017x64vs and vc2019x64vs sometimes timeout because they exceed the
60 min default limit.
pull/7618/head
Nirbheek Chauhan 5 years ago
parent 03415160f4
commit 3f41466cfc
  1. 2
      azure-pipelines.yml

@ -13,6 +13,7 @@ variables:
jobs:
- job: vs2017
timeoutInMinutes: 120
pool:
vmImage: VS2017-Win2016
@ -41,6 +42,7 @@ jobs:
- template: ci/azure-steps.yml
- job: vs2019
timeoutInMinutes: 120
pool:
vmImage: windows-2019

Loading…
Cancel
Save