[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:
parent
310e0ca1c3
commit
7937e547b8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue