Skip to content

Commit a1c772d

Browse files
Bump timout in NativeAOT extra-platforms (#74202)
#74045 has these legs failing because the Helix queue wait time was two hours and forty minutes...
1 parent 3932882 commit a1c772d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/runtime-extra-platforms-other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
isSingleFile: true
9393
nameSuffix: NativeAOT_Libs
9494
buildArgs: -s clr.aot+libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:ArchiveTests=true
95-
timeoutInMinutes: 240
95+
timeoutInMinutes: 300 # doesn't normally take this long, but I've seen Helix queues backed up for 160 minutes
9696
# extra steps, run tests
9797
extraStepsTemplate: /eng/pipelines/libraries/helix.yml
9898
extraStepsParameters:

0 commit comments

Comments
 (0)