Skip to content

Commit 693d3bb

Browse files
Increase timeouts for native AOT legs (#116114)
Linux helix queues are getting backed up with 100+ minutes delays. 120 minute timeout is not enough.
1 parent f4dc588 commit 693d3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/runtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ extends:
531531
- name: timeoutPerTestCollectionInMinutes
532532
value: 180
533533
jobParameters:
534-
timeoutInMinutes: 120
534+
timeoutInMinutes: 180
535535
nameSuffix: NativeAOT
536536
buildArgs: -s clr.aot+libs -rc $(_BuildConfig) -lc Release /p:RunAnalyzers=false
537537
postBuildSteps:
@@ -614,7 +614,7 @@ extends:
614614
value: 180
615615
jobParameters:
616616
testGroup: innerloop
617-
timeoutInMinutes: 120
617+
timeoutInMinutes: 180
618618
nameSuffix: NativeAOT
619619
buildArgs: -s clr.aot+libs+tools.illink -c $(_BuildConfig) -rc $(_BuildConfig) -lc Release /p:RunAnalyzers=false
620620
postBuildSteps:

0 commit comments

Comments
 (0)