From d7452f1372b73fc64d892ca6e8c484605fc58082 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 1 Feb 2019 22:14:08 +0100 Subject: [PATCH] [Azure] Set build timeout to 120 minutes. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 198e1a26bd2..3600c066f3e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,6 +2,7 @@ jobs: - job: Windows pool: vmImage: 'vs2017-win2016' + timeoutInMinutes: 120 variables: NUM_THREADS: 2 steps: -- GitLab