1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.azure-pipelines.yml: Add timeout to install dependencies

to avoid cancelling overall build pipeline when stucking there.
This commit is contained in:
Takashi Kokubun 2019-05-26 12:19:59 -07:00
parent 64ee8900c8
commit c6b7cad5c9
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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