mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
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:
parent
b1b8cb05dc
commit
e78b18a2fb
2 changed files with 2 additions and 0 deletions
|
|
@ -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)') }}:
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue