From 6e9541046e4e1e54a2d6f367657068bc8724acdf Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Tue, 27 Jun 2023 08:44:03 +0800 Subject: [PATCH] extend react native ci timeout limit (#16469) ### Description ### Motivation and Context 2 consecutive runs in npm pipeline failed due to time out --- .../github/azure-pipelines/templates/react-native-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 444ad3e2c1..af2c3bf0fa 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 @@ -58,7 +58,7 @@ stages: TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)] PROTO_CACHE_DIR: '$(Pipeline.Workspace)/ccache_proto' ORT_CACHE_DIR: '$(Pipeline.Workspace)/ccache_ort' - timeoutInMinutes: 150 + timeoutInMinutes: 180 steps: - task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3 displayName: Clean Agent Directories