From 1b5675ff0fc7b2d9894ef06a7727efe0aad7cbd2 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 30 Nov 2023 08:07:13 -0800 Subject: [PATCH] Update post-merge-jobs.yml: increase timeout value for the Ios job (#18602) --- tools/ci_build/github/azure-pipelines/post-merge-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml index 706c87fc07..0f9eb939dc 100644 --- a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml @@ -268,7 +268,7 @@ stages: dependsOn: [] jobs: - job: IosDynamicFramework - + timeoutInMinutes: 120 pool: vmImage: "macOS-13"