diff options
author | Ayke van Laethem <[email protected]> | 2019-12-23 23:08:11 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-12-24 08:49:04 +0100 |
commit | 46325910c52bf7960a71d9600666d921586fa03f (patch) | |
tree | 7dd4bf6497be035f08aeaafc4b779a78f7f75d2d | |
parent | 923c2e7adafe419e9fa98662244446e1d05c4a75 (diff) | |
download | tinygo-46325910c52bf7960a71d9600666d921586fa03f.tar.gz tinygo-46325910c52bf7960a71d9600666d921586fa03f.zip |
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.
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f71a2ee1d..cac247b2a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ trigger: jobs: - job: Build - timeoutInMinutes: 180 + timeoutInMinutes: 240 # 4h pool: vmImage: 'VS2017-Win2016' steps: |