File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
eng/pipelines/coreclr/templates Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments