Skip to content

Commit 077526e

Browse files
Increase timeout for ARM64 testing (#70551)
We're seeing Windows ARM64 workitems being stuck in the Helix queue for more than 90 minutes.
1 parent d84115f commit 077526e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
isSingleFile: true
262262
nameSuffix: NativeAOT
263263
buildArgs: -s clr.alljits+clr.tools+clr.nativeaotlibs+clr.nativeaotruntime+libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:ArchiveTests=true
264-
timeoutInMinutes: 120
264+
timeoutInMinutes: 180
265265
# extra steps, run tests
266266
extraStepsTemplate: /eng/pipelines/libraries/helix.yml
267267
extraStepsParameters:

0 commit comments

Comments
 (0)