mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
increase ios_CI_coreml stage timeout limit (#13157)
### Description As titile ### Motivation and Context Recently, it became more frequently that the workflow canceled due to timeout.
This commit is contained in:
parent
dd2aec170d
commit
a862b0cad1
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
vmImage: 'macOS-11'
|
||||
variables:
|
||||
MACOSX_DEPLOYMENT_TARGET: '10.14'
|
||||
timeoutInMinutes: 100
|
||||
timeoutInMinutes: 130
|
||||
steps:
|
||||
- script: |
|
||||
/bin/bash $(Build.SourcesDirectory)/tools/ci_build/github/apple/build_host_protoc.sh \
|
||||
|
|
|
|||
Loading…
Reference in a new issue