From 46325910c52bf7960a71d9600666d921586fa03f Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Mon, 23 Dec 2019 23:08:11 +0100 Subject: ci: increase Azure Pipelines timeout to 4 hours 3 hours is too close to the edge. Extend to 4 hours to make sure a build including LLVM build will finish before the deadline. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f71a2ee1d..cac247b2a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ trigger: jobs: - job: Build - timeoutInMinutes: 180 + timeoutInMinutes: 240 # 4h pool: vmImage: 'VS2017-Win2016' steps: -- cgit v1.2.3