From f4b944e1abe02bb74ab3ff7e471850845ef42a7e Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Fri, 7 Oct 2022 16:57:53 -0400 Subject: [PATCH] increase timeout to 5 hours (#13226) (#13232) ### Description Increase MacOS pipeline timeout to 5 hours ### Motivation and Context It blocks Release pipeline ### Description ### Motivation and Context --- tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml index 956f16c1d8ed..8e7b9e85a1d8 100644 --- a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml @@ -138,7 +138,7 @@ jobs: clean: all pool: vmImage: 'macOS-11' - timeoutInMinutes: 180 + timeoutInMinutes: 300 steps: - template: set-version-number-variables-step.yml