mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
extend react native ci timeout limit (#16469)
### Description <!-- Describe your changes. --> ### Motivation and Context 2 consecutive runs in npm pipeline failed due to time out
This commit is contained in:
parent
eb4e6d2062
commit
6e9541046e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue