Skip to content

Commit 267465c

Browse files
Increase libraries run timeouts from default 150 to 300 minutes. (#114722)
osx-arm64 queues have been timing out due to too many jobs sent to too few machines, by the superpmi-collect pipeline.
1 parent 76b41d3 commit 267465c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/pipelines/coreclr/templates/superpmi-collect-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ extends:
326326
unifiedArtifactsName: BuildArtifacts_$(osGroup)$(osSubgroup)_$(archType)_Checked
327327
helixArtifactsName: LibrariesTestArtifacts_$(osGroup)$(osSubgroup)_$(archType)_Checked
328328
unifiedBuildConfigOverride: checked
329+
# Default timeout is 150 minutes, which is too low for osx-arm64 queue.
330+
timeoutInMinutes: 300
329331

330332
#
331333
# Collection of libraries test run: no_tiered_compilation
@@ -357,3 +359,5 @@ extends:
357359
unifiedArtifactsName: BuildArtifacts_$(osGroup)$(osSubgroup)_$(archType)_Checked
358360
helixArtifactsName: LibrariesTestArtifacts_$(osGroup)$(osSubgroup)_$(archType)_Checked
359361
unifiedBuildConfigOverride: checked
362+
# Default timeout is 150 minutes, which is too low for osx-arm64 queue.
363+
timeoutInMinutes: 300

0 commit comments

Comments
 (0)