From 613a6004715d6c80de6a5ee4e301edae9b4b894d Mon Sep 17 00:00:00 2001 From: Guoyu Wang <62914304+gwang-msft@users.noreply.github.com> Date: Wed, 25 Aug 2021 19:59:48 -0700 Subject: [PATCH] relax android ci timeout to 180 minutes (#8844) --- .../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 39cc8cec6c..0713654c10 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.15' - timeoutInMinutes: 150 + timeoutInMinutes: 180 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