extend Final AAR testing timeout limit (#16340)

### Description
<!-- Describe your changes. -->



### Motivation and Context
improve nuget pipeline stability
This commit is contained in:
Yi Zhang 2023-06-15 17:27:45 +08:00 committed by GitHub
parent 735a32fee1
commit 3e99e43a1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: