From cb2601c5ea54f491bc8934d401fe041f498bf132 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Mon, 22 Aug 2022 21:31:30 -0700 Subject: [PATCH] Update mac-ci.yml to increase macOS build jobs' timeout value to 3 hours (#12675) --- tools/ci_build/github/azure-pipelines/templates/mac-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 69bc77b71f..bcab858c08 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: 150 + timeoutInMinutes: 180 pool: vmImage: 'macOS-11' variables: