From 861cd0fb249980497e03364823631dbc4139e55f Mon Sep 17 00:00:00 2001 From: Olivia Jain Date: Tue, 8 Jun 2021 15:57:21 -0700 Subject: [PATCH] Increase Python Mac Job Timeout (#7998) * Increase mac wheel timeout from default 60 to 90 --- .../github/azure-pipelines/templates/py-packaging-stage.yml | 1 + 1 file changed, 1 insertion(+) 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 61b496cdea..309e89d45e 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 @@ -1183,6 +1183,7 @@ stages: - ${{ if eq(parameters.enable_mac_cpu, true) }}: - job: MacOS_py_Wheels + timeoutInMinutes: 90 workspace: clean: all pool: