From 1041fa34f49ec23cc06aea3635ad6cd9bbd409db Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Wed, 4 Aug 2021 11:17:50 -0700 Subject: [PATCH] Specify timeout for iOS packaging pipeline (#8616) --- .../github/azure-pipelines/mac-ios-packaging-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml index cbbe7aae2f..1e4bf0170f 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml @@ -18,6 +18,8 @@ jobs: pool: vmImage: "macOS-10.15" + timeoutInMinutes: 90 + steps: - task: UsePythonVersion@0 inputs: