From 8d5bfdeb47c061f5f44e3b0642668ff5e6855fe7 Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Fri, 19 Mar 2021 08:03:22 -0700 Subject: [PATCH] Increase timeout for Android CI pipeline by 30 minutes. (#7065) --- .../azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml index 867c995691..755345808d 100644 --- a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml @@ -2,7 +2,7 @@ jobs: - job: Android_CI pool: vmImage: 'macOS-10.14' - timeoutInMinutes: 120 + timeoutInMinutes: 150 steps: # Onnx has no 3.9 python package available yet, need to use python 3.8 to avoid build onnx package # pythonVersion can be updated in Azure pipeline settings