Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0713b96

Browse files
authored
Increase build timeout for test build (#16233)
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.
1 parent 59e3686 commit 0713b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
],
314314
"buildNumberFormat": "$(date:yyyyMMdd)$(rev:-rr)-$(Rid)",
315315
"jobAuthorizationScope": "projectCollection",
316-
"jobTimeoutInMinutes": 180,
316+
"jobTimeoutInMinutes": 240,
317317
"jobCancelTimeoutInMinutes": 5,
318318
"repository": {
319319
"properties": {
@@ -359,4 +359,4 @@
359359
"revision": 418098432,
360360
"visibility": "organization"
361361
}
362-
}
362+
}

0 commit comments

Comments
 (0)