File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -357,6 +357,7 @@ stages:
357
357
jobName : MacOs_arm64_build
358
358
jobDisplayName : " Build: macOS arm64"
359
359
agentOs : macOs
360
+ timeoutInMinutes : 90
360
361
buildArgs :
361
362
--arch arm64
362
363
--pack
@@ -388,6 +389,7 @@ stages:
388
389
jobName : MacOs_x64_build
389
390
jobDisplayName : " Build: macOS x64"
390
391
agentOs : macOs
392
+ timeoutInMinutes : 90
391
393
buildArgs :
392
394
--pack
393
395
--all
@@ -663,7 +665,7 @@ stages:
663
665
jobName : MacOS_Test
664
666
jobDisplayName : " Test: macOS"
665
667
agentOs : macOS
666
- timeoutInMinutes : 240
668
+ timeoutInMinutes : 90
667
669
isAzDOTestingJob : true
668
670
buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
669
671
beforeBuild :
You can’t perform that action at this time.
0 commit comments