mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
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:
committed by
Ron Evans
parent
923c2e7ada
commit
46325910c5
+1
-1
@@ -6,7 +6,7 @@ trigger:
|
||||
|
||||
jobs:
|
||||
- job: Build
|
||||
timeoutInMinutes: 180
|
||||
timeoutInMinutes: 240 # 4h
|
||||
pool:
|
||||
vmImage: 'VS2017-Win2016'
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user