Skip to content

Commit

Permalink
Limit GMD to only one device and increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-paing committed Oct 23, 2024
1 parent b491038 commit ae87f5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ jobs:

- name: Run Android Test
run: ./gradlew testDevicesGroupFlossDebugAndroidTest --no-parallel --max-workers=1
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1
-Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=180

- name: Upload Android test reports
uses: actions/upload-artifact@v3
Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[versions]
android-junit5 = "1.6.0"
android-plugin = "8.4.2"
androidx-dataStore = "1.1.1"
androidx-fragment = "1.8.4"
Expand All @@ -16,7 +15,7 @@ espresso = "3.6.1"
firebase-crashlytics-gradle = "3.0.2"
glance = "1.1.1"
google-services = "4.4.2"
junit5 = "5.11.1"
junit5 = "5.11.2"
kotlin = "2.0.21"
kotlinx-coroutine = "1.8.1"
mockk = "1.12.3"
Expand Down

0 comments on commit ae87f5f

Please sign in to comment.