Skip to content

Commit

Permalink
increase timeout to 5 hours (#13226) (#13232)
Browse files Browse the repository at this point in the history
### 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. -->
  • Loading branch information
jchen351 committed Oct 7, 2022
1 parent 832a9b2 commit f4b944e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -138,7 +138,7 @@ jobs:
clean: all
pool:
vmImage: 'macOS-11'
timeoutInMinutes: 180
timeoutInMinutes: 300
steps:
- template: set-version-number-variables-step.yml

Expand Down

0 comments on commit f4b944e

Please sign in to comment.