Azure CI: Set max timeout for Mac

This commit is contained in:
azhogov 2021-02-10 18:15:51 +03:00
parent 0341edcfa0
commit a0db6bc660

View File

@ -12,8 +12,8 @@ resources:
jobs:
- job: Mac
# About 200% of total time (perfomace of Mac hosts is unstable)
timeoutInMinutes: 300
# About 250% of total time (perfomace of Mac hosts is unstable, 360 is max)
timeoutInMinutes: 360
pool:
vmImage: 'macOS-10.15'