mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-08 00:23:03 +00:00
### Description Increase MacOS pipeline timeout to 5 hours ### Motivation and Context It blocks Release pipeline ### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
832a9b26a1
commit
f4b944e1ab
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ jobs:
|
|||
clean: all
|
||||
pool:
|
||||
vmImage: 'macOS-11'
|
||||
timeoutInMinutes: 180
|
||||
timeoutInMinutes: 300
|
||||
steps:
|
||||
- template: set-version-number-variables-step.yml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue