From e78b18a2fbeb30754e233205f211f69ee67339fa Mon Sep 17 00:00:00 2001 From: Adrian Lizarraga Date: Tue, 28 May 2024 08:36:38 -0700 Subject: [PATCH] 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. --- .../github/azure-pipelines/mac-react-native-ci-pipeline.yml | 1 + .../github/azure-pipelines/templates/react-native-ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml index 886bacf5aa..1d3b4f0afd 100644 --- a/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml @@ -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)') }}: diff --git a/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml b/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml index 3b00dd741e..b2f13320b5 100644 --- a/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml @@ -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'