Skip to content

Commit 481e472

Browse files
authored
Set all mac job timeouts to 90 minutes (#53173)
1 parent 0ecd2d9 commit 481e472

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ stages:
357357
jobName: MacOs_arm64_build
358358
jobDisplayName: "Build: macOS arm64"
359359
agentOs: macOs
360+
timeoutInMinutes: 90
360361
buildArgs:
361362
--arch arm64
362363
--pack
@@ -388,6 +389,7 @@ stages:
388389
jobName: MacOs_x64_build
389390
jobDisplayName: "Build: macOS x64"
390391
agentOs: macOs
392+
timeoutInMinutes: 90
391393
buildArgs:
392394
--pack
393395
--all
@@ -663,7 +665,7 @@ stages:
663665
jobName: MacOS_Test
664666
jobDisplayName: "Test: macOS"
665667
agentOs: macOS
666-
timeoutInMinutes: 240
668+
timeoutInMinutes: 90
667669
isAzDOTestingJob: true
668670
buildArgs: --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
669671
beforeBuild:

0 commit comments

Comments
 (0)