aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-07-12 16:14:22 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-07-13 15:28:38 +0000
commita672ffa9f89bfe4be712da10cbec9e25136f48ca (patch)
tree7fa260f3ad512dd646b6d12215968bf1075e23ae /azure-pipelines.yml
parent21da2c90408746b8151a5e414930d6c637c78a57 (diff)
downloadmeson-a672ffa9f89bfe4be712da10cbec9e25136f48ca.zip
meson-a672ffa9f89bfe4be712da10cbec9e25136f48ca.tar.gz
meson-a672ffa9f89bfe4be712da10cbec9e25136f48ca.tar.bz2
ci: Increase timeout for vs jobs to 120
vc2017x64vs and vc2019x64vs sometimes timeout because they exceed the 60 min default limit.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 85fedab..1e12f14 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