Skip to content

Commit

Permalink
Increasing timeout for some jobs (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpcastro authored May 1, 2019
1 parent 912a268 commit 88934b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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: 120
timeoutInMinutes: 150
pool:
name: OryxLinux
steps:
Expand Down
3 changes: 2 additions & 1 deletion vsts/pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
condition: succeeded()
pool:
name: OryxLinux
timeoutInMinutes: 100
# Building runtime images can take a long time due our PHP images
timeoutInMinutes: 150
steps:
- script: |
echo "##vso[task.setvariable variable=BuildBuildImages;]false"
Expand Down

0 comments on commit 88934b1

Please sign in to comment.