From e574f4fda1a3ac7a593c9695af6c21eefa7c2fbe Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Tue, 28 Jul 2020 10:00:38 +0200 Subject: [PATCH] CI/azure: increase Windows job timeout once again Avoid aborted jobs due to performance issues on Azure DevOps. Reviewed-by: Daniel Stenberg Reviewed-by: Jay Satiro Closes #5738 --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index bb9efa7958..3acdfb4c5a 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -107,7 +107,7 @@ stages: container_cmd: '' configure: '' tflags: '' - timeoutInMinutes: 90 + timeoutInMinutes: 120 pool: vmImage: 'windows-2019' strategy: -- 2.47.2