From af249943a184159997702a2fc284795ebc86cf53 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Wed, 20 Apr 2022 15:58:10 +1000 Subject: [PATCH] Increase the timeout so the packaging pipeline stops failing. TODO: Someone should investigate why the AARCH64 build takes 3+ hours and reduce it if possible. Assuming it's using an emulator given the x64 build with the same arguments takes 13 minutes. --- 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 d88983627c..ed4fded857 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 @@ -47,7 +47,7 @@ jobs: - job: Linux_C_API_Packaging_CPU_x64 workspace: clean: all - timeoutInMinutes: 180 + timeoutInMinutes: 210 strategy: matrix: ARCH_x86_64: