Skip to content

Commit

Permalink
increase timeout to 5 hours (#13226)
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
  • Loading branch information
jchen351 committed Oct 7, 2022
1 parent 04ba8a7 commit 6662ece
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 6662ece

Please sign in to comment.