From 7937e547b87bdbcc14257a5343b808e9f796e6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 10 Apr 2024 15:25:47 +0200 Subject: [PATCH] [VMR] Bump build timeout to account for slow Macs (#19394) The macOS runners available on public Azure Pipelines are quite slow and need more time to finish. This mostly impacts `installer-unified-build-full` since we don't run macOS builds on the normal unified build PR pipeline. --- eng/pipelines/templates/jobs/vmr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/jobs/vmr-build.yml b/eng/pipelines/templates/jobs/vmr-build.yml index f7b630d47..c5cf7a091 100644 --- a/eng/pipelines/templates/jobs/vmr-build.yml +++ b/eng/pipelines/templates/jobs/vmr-build.yml @@ -100,7 +100,7 @@ jobs: ${{ if and(parameters.isBuiltFromVmr, startswith(parameters.buildName, 'Windows'), eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'], 'PullRequest')) }}: timeoutInMinutes: 720 ${{ else }}: - timeoutInMinutes: 150 + timeoutInMinutes: 240 ${{ if ne(parameters.reuseBuildArtifactsFrom, '') }}: # Always attempt to run the bootstrap leg (e.g. even when stage 1 tests fail) in order to get a complete accessment of the build status.