Skip to content

Commit

Permalink
Further increasing the timeout for CI build (#110)
Browse files Browse the repository at this point in the history
* Increasing timeout for some jobs

* Further increase to the timeout, CI build still timing out
  • Loading branch information
gpcastro authored May 1, 2019
1 parent 88934b1 commit a72c7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsts/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
displayName: Build and Publish Oryx Images
dependsOn: Job_2
condition: succeeded()
timeoutInMinutes: 150
timeoutInMinutes: 250
pool:
name: OryxLinux
steps:
Expand Down

0 comments on commit a72c7c9

Please sign in to comment.