We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4dc588 commit 693d3bbCopy full SHA for 693d3bb
eng/pipelines/runtime.yml
@@ -531,7 +531,7 @@ extends:
531
- name: timeoutPerTestCollectionInMinutes
532
value: 180
533
jobParameters:
534
- timeoutInMinutes: 120
+ timeoutInMinutes: 180
535
nameSuffix: NativeAOT
536
buildArgs: -s clr.aot+libs -rc $(_BuildConfig) -lc Release /p:RunAnalyzers=false
537
postBuildSteps:
@@ -614,7 +614,7 @@ extends:
614
615
616
testGroup: innerloop
617
618
619
buildArgs: -s clr.aot+libs+tools.illink -c $(_BuildConfig) -rc $(_BuildConfig) -lc Release /p:RunAnalyzers=false
620
0 commit comments