From a72c7c927ef30c3cfd2db21b7be4b95d8c13acd9 Mon Sep 17 00:00:00 2001 From: Gabriel Castro <16232766+gpcastro@users.noreply.github.com> Date: Wed, 1 May 2019 13:32:22 -0700 Subject: [PATCH] Further increasing the timeout for CI build (#110) * Increasing timeout for some jobs * Further increase to the timeout, CI build still timing out --- vsts/pipelines/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsts/pipelines/ci.yml b/vsts/pipelines/ci.yml index 2870eebced..c65d24bacc 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: 150 + timeoutInMinutes: 250 pool: name: OryxLinux steps: