From a5adc66f9410e56ebbc386b450df47eba11221f5 Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Wed, 28 Feb 2018 09:29:44 -0800 Subject: [PATCH] Bump Job timeout to 90 mins to match Linux Crossbuild; recent build times have been creeping up leading to timeouts at the very end of builds. --- buildpipeline/DotNet-CoreFx-Trusted-Linux.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Linux.json b/buildpipeline/DotNet-CoreFx-Trusted-Linux.json index 1c57085d0ffe..4619590535ba 100644 --- a/buildpipeline/DotNet-CoreFx-Trusted-Linux.json +++ b/buildpipeline/DotNet-CoreFx-Trusted-Linux.json @@ -511,7 +511,7 @@ ], "buildNumberFormat": "$(date:yyyyMMdd)$(rev:-rr)", "jobAuthorizationScope": "projectCollection", - "jobTimeoutInMinutes": 60, + "jobTimeoutInMinutes": 90, "jobCancelTimeoutInMinutes": 5, "repository": { "properties": {