From 29dac6930d39877ec5dd5733d6a0b7664cc95329 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 12 Jun 2026 16:02:16 -0500 Subject: [PATCH] Reduce sdk-build job timeout from 150 to 50 minutes Now that tests are queued to Helix rather than run inline, the build legs complete much faster (worst case ~40 min on macOS). The previous 150-minute timeout wastes significant compute when a job hangs. 50 minutes provides ~25% headroom above the observed worst case. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/pipelines/templates/jobs/sdk-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/jobs/sdk-build.yml b/eng/pipelines/templates/jobs/sdk-build.yml index e2d23bedc9f9..50597250e3fb 100644 --- a/eng/pipelines/templates/jobs/sdk-build.yml +++ b/eng/pipelines/templates/jobs/sdk-build.yml @@ -15,7 +15,7 @@ parameters: testRunnerAdditionalArguments: '' enableSbom: true populateInternalRuntimeVariables: false - timeoutInMinutes: 150 + timeoutInMinutes: 50 ### ENV VARS ### testFullMSBuild: false runAoTTests: false