Update mac-ci.yml to increase macOS build jobs' timeout value to 3 hours (#12675)

This commit is contained in:
Changming Sun 2022-08-22 21:31:30 -07:00 committed by GitHub
parent 8d78f96dfe
commit cb2601c5ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
- job: ${{ parameters.JobName }}
workspace:
clean: all
timeoutInMinutes: 150
timeoutInMinutes: 180
pool:
vmImage: 'macOS-11'
variables: