Skip to content

Commit 4fdcfb1

Browse files
authored
[Infra] Re-enable Android emulator tests (#118434)
* Remove LaunchTimeout properties from XHarnessAppBundleToTest in mobile targets and enable Android emulator tests * Revert Apple mobile timeout changes * Increase job timeout
1 parent c99b857 commit 4fdcfb1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

eng/pipelines/runtime.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -961,8 +961,7 @@ extends:
961961
buildConfig: Release
962962
runtimeFlavor: coreclr
963963
platforms:
964-
# Tracking issue: https://github.com/dotnet/dnceng/issues/5909
965-
# - android_x64
964+
- android_x64
966965
- android_arm64
967966
variables:
968967
# map dependencies variables to local variables
@@ -974,7 +973,7 @@ extends:
974973
testGroup: innerloop
975974
nameSuffix: AllSubsets_CoreCLR
976975
buildArgs: -s clr.runtime+clr.alljits+clr.corelib+clr.nativecorelib+clr.tools+clr.packages+libs+libs.tests+host+packs -c $(_BuildConfig) /p:ArchiveTests=true /p:RunSmokeTestsOnly=true
977-
timeoutInMinutes: 120
976+
timeoutInMinutes: 180
978977
condition: >-
979978
or(
980979
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),

0 commit comments

Comments
 (0)