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:
Yi Zhang 2022-09-30 14:45:14 +08:00 committed by GitHub
parent dd2aec170d
commit a862b0cad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \