aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-26 12:19:59 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-26 12:20:18 -0700
commitc6b7cad5c903fa957c274d233c15fdcb3e4a9623 (patch)
treeab57b135c3be60bbd9974847649cd3eac7d40614 /azure-pipelines.yml
parent64ee8900c89444692c6a51f0153869cb634bb086 (diff)
downloadruby-c6b7cad5c903fa957c274d233c15fdcb3e4a9623.tar.gz
.azure-pipelines.yml: Add timeout to install dependencies
to avoid cancelling overall build pipeline when stucking there.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 677e264e9d..a6f90b8fe3 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -113,6 +113,7 @@ jobs:
env:
dependencies: openssl readline zlib
displayName: "Install dependencies"
+ timeoutInMinutes: 20
continueOnError: true # unstable. TODO: somehow use VM having these dependencies beforehand, and remove this `continueOnError`
- checkout: self
fetchDepth: 10