Azure CI: Set max timeout for Mac
This commit is contained in:
parent
0341edcfa0
commit
a0db6bc660
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user