From cba02d8232231534e926c7f67a275cad937fcbba Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Tue, 16 Jun 2020 14:52:41 -0700 Subject: [PATCH] Increase timeouts for full matrix runs (#23013) We only run these every 12 hours on master, and sometimes the queues take > 4 hours to run --- .azure/pipelines/helix-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/helix-matrix.yml b/.azure/pipelines/helix-matrix.yml index dc1db1a79e..5210cce65c 100644 --- a/.azure/pipelines/helix-matrix.yml +++ b/.azure/pipelines/helix-matrix.yml @@ -23,7 +23,7 @@ jobs: jobName: Helix_matrix_x64 jobDisplayName: 'Tests: Helix full matrix x64' agentOs: Windows - timeoutInMinutes: 240 + timeoutInMinutes: 480 steps: # Build the shared framework - script: ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log @@ -48,7 +48,7 @@ jobs: jobName: Helix_matrix_arm64 jobDisplayName: "Tests: Helix ARM64 matrix" agentOs: Linux - timeoutInMinutes: 180 + timeoutInMinutes: 480 steps: - script: ./restore.sh -ci -nobl displayName: Restore