increase timeout to 5 hours (#13226) (#13232)

### 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:
Jian Chen 2022-10-07 16:57:53 -04:00 committed by GitHub
parent 832a9b26a1
commit f4b944e1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ jobs:
clean: all
pool:
vmImage: 'macOS-11'
timeoutInMinutes: 180
timeoutInMinutes: 300
steps:
- template: set-version-number-variables-step.yml