From a78cd6239fd341f9d33be556c9ec41bc04f70fdd Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Sun, 2 Aug 2020 18:00:45 -0700 Subject: [PATCH] Increase main Helix job timeout (#24493) - now matches timeout in quarantined-pr.yml which uses the same queues - internal PRs may otherwise time out --- .azure/pipelines/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 62a8e30dc9..e3bc04b871 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -604,7 +604,7 @@ stages: jobName: Helix_x64 jobDisplayName: 'Tests: Helix x64' agentOs: Windows - timeoutInMinutes: 180 + timeoutInMinutes: 240 steps: # Build the shared framework - script: ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log