Skip to content

Commit

Permalink
.azure-pipelines.yml: Add timeout to install dependencies
Browse files Browse the repository at this point in the history
to avoid cancelling overall build pipeline when stucking there.
  • Loading branch information
k0kubun committed May 26, 2019
1 parent 64ee890 commit c6b7cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -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
Expand Down

0 comments on commit c6b7cad

Please sign in to comment.