From 464f199b95bd062558d46c5fd592f87f5eb28c99 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Fri, 26 Apr 2024 01:13:13 +0800 Subject: [PATCH] Extend mac package jobs time out limit (#20459) --- .../github/azure-pipelines/templates/py-packaging-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml index 9ba6fdaa29..a010a43811 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml @@ -366,7 +366,7 @@ stages: dependsOn: [] jobs: - job: MacOS_py_Wheels - timeoutInMinutes: 180 + timeoutInMinutes: 360 workspace: clean: all pool: