From 7e1b44effe3d9c7521a840fbfd8a2d5af7127b38 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 26 Mar 2024 11:37:56 -0700 Subject: [PATCH 1/2] Reduce helix-matrix timeout to 3 hours --- .azure/pipelines/helix-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/helix-matrix.yml b/.azure/pipelines/helix-matrix.yml index f28571a50063..d2092d9d2064 100644 --- a/.azure/pipelines/helix-matrix.yml +++ b/.azure/pipelines/helix-matrix.yml @@ -29,7 +29,7 @@ jobs: jobName: Helix_matrix_x64 jobDisplayName: 'Tests: Helix full matrix x64' agentOs: Windows - timeoutInMinutes: 480 + timeoutInMinutes: 180 steps: # Build the shared framework - script: ./eng/build.cmd -ci -nobl -all -pack -arch x64 From 7fa96ab4ef1e1ca48aeab6e5b7fc35f966edaad7 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Mon, 1 Apr 2024 12:36:19 -0700 Subject: [PATCH 2/2] Update helix-matrix.yml --- .azure/pipelines/helix-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/helix-matrix.yml b/.azure/pipelines/helix-matrix.yml index d2092d9d2064..b2c9c1a4cc06 100644 --- a/.azure/pipelines/helix-matrix.yml +++ b/.azure/pipelines/helix-matrix.yml @@ -29,7 +29,7 @@ jobs: jobName: Helix_matrix_x64 jobDisplayName: 'Tests: Helix full matrix x64' agentOs: Windows - timeoutInMinutes: 180 + timeoutInMinutes: 300 steps: # Build the shared framework - script: ./eng/build.cmd -ci -nobl -all -pack -arch x64