From cf11696e7a6ccd7e01eebe02039c3c8c2c927f94 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 6 Feb 2018 07:53:15 -0800 Subject: [PATCH] Increase build timeout for test build The test build on OSX is rather long. Increase the timeout so it doesn't hit so often. Currently we don't know what timed out while building the tests because the log for that step is inaccessible if the build is cancelled. --- buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json index 87130d3b1561..69e2b0a6037c 100644 --- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json +++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json @@ -313,7 +313,7 @@ ], "buildNumberFormat": "$(date:yyyyMMdd)$(rev:-rr)-$(Rid)", "jobAuthorizationScope": "projectCollection", - "jobTimeoutInMinutes": 180, + "jobTimeoutInMinutes": 240, "jobCancelTimeoutInMinutes": 5, "repository": { "properties": { @@ -359,4 +359,4 @@ "revision": 418098432, "visibility": "organization" } -} \ No newline at end of file +}