From 88934b1b78b182f374a221e334d5a546ec217ee1 Mon Sep 17 00:00:00 2001 From: Gabriel Castro <16232766+gpcastro@users.noreply.github.com> Date: Wed, 1 May 2019 10:06:16 -0700 Subject: [PATCH] Increasing timeout for some jobs (#108) --- vsts/pipelines/ci.yml | 2 +- vsts/pipelines/nightly.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vsts/pipelines/ci.yml b/vsts/pipelines/ci.yml index 4117434399..2870eebced 100644 --- a/vsts/pipelines/ci.yml +++ b/vsts/pipelines/ci.yml @@ -26,7 +26,7 @@ jobs: displayName: Build and Publish Oryx Images dependsOn: Job_2 condition: succeeded() - timeoutInMinutes: 120 + timeoutInMinutes: 150 pool: name: OryxLinux steps: diff --git a/vsts/pipelines/nightly.yml b/vsts/pipelines/nightly.yml index b36595d92a..d508505b41 100644 --- a/vsts/pipelines/nightly.yml +++ b/vsts/pipelines/nightly.yml @@ -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"