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.
This commit is contained in:
Ayke van Laethem
2019-12-23 23:08:11 +01:00
committed by Ron Evans
parent 923c2e7ada
commit 46325910c5
+1 -1
View File
@@ -6,7 +6,7 @@ trigger:
jobs:
- job: Build
timeoutInMinutes: 180
timeoutInMinutes: 240 # 4h
pool:
vmImage: 'VS2017-Win2016'
steps: