mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-10 17:37:14 +00:00
extend Final AAR testing timeout limit (#16340)
### Description <!-- Describe your changes. --> ### Motivation and Context improve nuget pipeline stability
This commit is contained in:
parent
735a32fee1
commit
3e99e43a1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue