From 9408ed888d781eadbf4e6e2ce2cba8c4bcb9255f Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Thu, 13 Aug 2020 21:05:05 -0700 Subject: [PATCH] Increase timeout of Windows test job (#24881) * double the cancel timeout of Windows test job - no consistency in failures, maybe we have more tests now? - both of the runs below involved test failures but results were not uploaded - hang dumps were inconsistent too - https://dev.azure.com/dnceng/public/_build/results?buildId=768850 - https://dev.azure.com/dnceng/public/_build/results?buildId=768703 --- .azure/pipelines/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 09c694d359..bbf6b58667 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -517,6 +517,8 @@ stages: jobDisplayName: "Test: Windows Server 2016 x64" agentOs: Windows isTestingJob: true + # Just uploading artifacts/logs/ files can take 15 minutes. Doubling the cancel timeout for this job. + cancelTimeoutInMinutes: 30 buildArgs: -all -pack -test /p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true /p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false $(_InternalRuntimeDownloadArgs)