Skip to content

Commit ae87f5f

Browse files
committed
Limit GMD to only one device and increase timeout
1 parent b491038 commit ae87f5f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ jobs:
102102

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

107110
- name: Upload Android test reports
108111
uses: actions/upload-artifact@v3

gradle/libs.versions.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[versions]
2-
android-junit5 = "1.6.0"
32
android-plugin = "8.4.2"
43
androidx-dataStore = "1.1.1"
54
androidx-fragment = "1.8.4"
@@ -16,7 +15,7 @@ espresso = "3.6.1"
1615
firebase-crashlytics-gradle = "3.0.2"
1716
glance = "1.1.1"
1817
google-services = "4.4.2"
19-
junit5 = "5.11.1"
18+
junit5 = "5.11.2"
2019
kotlin = "2.0.21"
2120
kotlinx-coroutine = "1.8.1"
2221
mockk = "1.12.3"

0 commit comments

Comments
 (0)