From 3e99e43a1d861f7c53ee2e7e1e7d9e213c122c85 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 15 Jun 2023 17:27:45 +0800 Subject: [PATCH] extend Final AAR testing timeout limit (#16340) ### Description ### Motivation and Context improve nuget pipeline stability --- .../azure-pipelines/templates/android-java-api-aar-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/android-java-api-aar-test.yml b/tools/ci_build/github/azure-pipelines/templates/android-java-api-aar-test.yml index a3d9902d29..1263b21d4a 100644 --- a/tools/ci_build/github/azure-pipelines/templates/android-java-api-aar-test.yml +++ b/tools/ci_build/github/azure-pipelines/templates/android-java-api-aar-test.yml @@ -26,7 +26,7 @@ jobs: variables: - name: runCodesignValidationInjection value: false - timeoutInMinutes: 60 + timeoutInMinutes: 90 dependsOn: - Android_Java_API_AAR_Packaging_${{ parameters.job_name_suffix }} steps: