From d82baf83b624d67aafb061b213398ce89c20a5f9 Mon Sep 17 00:00:00 2001 From: Jezen Thomas Date: Tue, 27 Aug 2019 12:19:29 +0200 Subject: [PATCH] Increase CI timeout The build on Azure DevOps is currently failing as the build-time is exceeding 120 minutes. Hopefully 180 minutes should be sufficient. --- .azure/azure-linux-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/azure-linux-template.yml b/.azure/azure-linux-template.yml index 4b67a2be..8dfd7bcb 100644 --- a/.azure/azure-linux-template.yml +++ b/.azure/azure-linux-template.yml @@ -1,6 +1,6 @@ jobs: - job: ${{ parameters.name }} - timeoutInMinutes: 120 + timeoutInMinutes: 180 pool: vmImage: ${{ parameters.vmImage }} strategy: