Skip to content

Commit 8739b09

Browse files
committed
increase test timeout for fullAOT x64 jobs
1 parent 7968f5b commit 8739b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/runtime-llvm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ extends:
144144
nameSuffix: AllSubsets_Mono_LLVMFULLAOT_RuntimeTests
145145
runtimeVariant: llvmfullaot
146146
buildArgs: -s mono+libs+clr.hosts+clr.iltools -c $(_BuildConfig) /p:MonoEnableLLVM=true
147-
timeoutInMinutes: 360
147+
timeoutInMinutes: 400
148148
condition: >-
149149
or(
150150
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
@@ -191,7 +191,7 @@ extends:
191191
nameSuffix: AllSubsets_Mono_LLVMFULLAOT_RuntimeIntrinsicsTests
192192
runtimeVariant: llvmfullaot
193193
buildArgs: -s mono+libs+clr.hosts+clr.iltools -c $(_BuildConfig) /p:MonoEnableLLVM=true
194-
timeoutInMinutes: 360
194+
timeoutInMinutes: 400
195195
condition: >-
196196
or(
197197
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),

0 commit comments

Comments
 (0)