summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-07-12 16:14:22 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-07-12 16:14:22 +0530
commit00da70cbcb2152b2d3221ac35715f1363a2b60c8 (patch)
treecf4f25df5e1a1da602c1e7973354746de9172208
parent9727bdc3c4b7d12d76d3cdc2dfd874a175708af8 (diff)
downloadmeson-nirbheek/fix-native-windows-arm64-builds.tar.gz
ci: Increase timeout for vs jobs to 120nirbheek/fix-native-windows-arm64-builds
vc2017x64vs and vc2019x64vs sometimes timeout because they exceed the 60 min default limit.
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 85fedabdf..1e12f1456 100644
--- a/azure-pipelines.yml
+++ b/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