Azure CI: increase timeout for Mac to 180 min

This commit is contained in:
Alexander Zhogov 2020-06-08 12:17:50 +03:00 committed by GitHub
parent f0498ad011
commit 9a968b12db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,8 +115,8 @@ jobs:
enabled: false enabled: false
- job: Mac - job: Mac
# About 150% of total time # About 200% of total time (perfomace of Mac hosts is unstable)
timeoutInMinutes: 130 timeoutInMinutes: 180
pool: pool:
vmImage: 'macOS-10.15' vmImage: 'macOS-10.15'
variables: variables: