From e0199cfbd907e74396a5ebaaf66aa293fa512012 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Wed, 31 May 2023 18:31:28 +0800 Subject: [PATCH] extend mac packaging timeout limit (#16173) ### Description ### Motivation and Context MacOS_py_wheels are often failed due to timeout --- .../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 6e7088d202..ec5efa06c3 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 @@ -335,7 +335,7 @@ stages: - ${{ if eq(parameters.enable_mac_cpu, true) }}: - job: MacOS_py_Wheels - timeoutInMinutes: 90 + timeoutInMinutes: 120 workspace: clean: all pool: