From 29d6573f3df4112c44c7c9a46db8cc291814d799 Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Fri, 10 Sep 2021 12:57:08 -0700 Subject: [PATCH] Increase timeouts for Mac CI builds. (#9024) Increase timeouts for "orttraining-mac-ci-pipeline" and "iOS CI Pipeline" CI builds. --- tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml | 2 +- tools/ci_build/github/azure-pipelines/templates/mac-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml index ff024c5f1e..7c4defcab6 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml @@ -4,7 +4,7 @@ jobs: vmImage: 'macOS-10.15' variables: MACOSX_DEPLOYMENT_TARGET: '10.14' - timeoutInMinutes: 120 + timeoutInMinutes: 150 steps: - script: | python3 $(Build.SourcesDirectory)/tools/ci_build/build.py \ diff --git a/tools/ci_build/github/azure-pipelines/templates/mac-ci.yml b/tools/ci_build/github/azure-pipelines/templates/mac-ci.yml index 9d1ffe459b..a4d605cb45 100644 --- a/tools/ci_build/github/azure-pipelines/templates/mac-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/mac-ci.yml @@ -13,7 +13,7 @@ jobs: - job: ${{ parameters.JobName }} workspace: clean: all - timeoutInMinutes: 120 + timeoutInMinutes: 150 pool: vmImage: 'macOS-10.15' variables: