Increase ComponentDetection timeout for React Native CI (#20800)

### Description
Runs of the React Native CI are timing out during ComponentDetection
after 8 minutes. This increases the timeout value.



### Motivation and Context
Runs of the React Native CI are timing out during ComponentDetection.
This commit is contained in:
Adrian Lizarraga 2024-05-28 08:36:38 -07:00 committed by GitHub
parent b1b8cb05dc
commit e78b18a2fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,7 @@ resources:
ref: 5eda9aded5462201e6310105728d33016e637ea7
variables:
ComponentDetection.Timeout: 660
${{ if eq(parameters.NpmPublish, 'nightly (@dev)') }}:
NpmPackagingMode: 'dev'
${{ if eq(parameters.NpmPublish, 'release candidate (@rc)') }}:

View file

@ -52,6 +52,7 @@ stages:
variables:
runCodesignValidationInjection: false
ComponentDetection.Timeout: 660
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]
ORT_CACHE_DIR: '$(Pipeline.Workspace)/ccache_ort'