From: Marc Hoersken Date: Tue, 28 Jul 2020 08:00:38 +0000 (+0200) Subject: CI/azure: increase Windows job timeout once again X-Git-Tag: curl-7_72_0~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e574f4fda1a3ac7a593c9695af6c21eefa7c2fbe;p=thirdparty%2Fcurl.git 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 --- 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: