[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.
This commit is contained in:
Alexander Köplinger 2024-04-10 15:25:47 +02:00 committed by GitHub
parent 310e0ca1c3
commit 7937e547b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.