ci: increase Azure Pipelines timeout to 4 hours

3 hours is too close to the edge. Extend to 4 hours to make sure a build
including LLVM build will finish before the deadline.
Этот коммит содержится в:
Ayke van Laethem 2019-12-23 23:08:11 +01:00 коммит произвёл Ron Evans
родитель 923c2e7ada
коммит 46325910c5

Просмотреть файл

@ -6,7 +6,7 @@ trigger:
jobs:
- job: Build
timeoutInMinutes: 180
timeoutInMinutes: 240 # 4h
pool:
vmImage: 'VS2017-Win2016'
steps: