File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
camposer/src/androidTest/java/com/ujizin/camposer Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,13 @@ jobs:
69
69
70
70
- name : run android tests
71
71
uses : reactivecircus/android-emulator-runner@v2
72
+ env :
73
+ ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL : 60
72
74
with :
73
75
api-level : ${{ matrix.api-level }}
74
76
target : ${{ matrix.target }}
75
77
arch : ${{ matrix.arch }}
76
78
disable-animations : true
77
79
force-avd-creation : false
78
- emulator-options : -no-snapshot-save -no-window -no-boot-anim -camera-back emulated -camera-front emulated -gpu swiftshader_indirect
80
+ emulator-options : -no-snapshot-save -no-window -no-boot-anim -no-metrics - camera-back emulated -camera-front emulated -gpu swiftshader_indirect
79
81
script : ./gradlew connectedAndroidTest --stacktrace
Original file line number Diff line number Diff line change @@ -73,4 +73,4 @@ internal class ExposureCompensationTest: CameraTest() {
73
73
exposureCompensation = exposureCompensation.value
74
74
)
75
75
}
76
- }
76
+ }
You can’t perform that action at this time.
0 commit comments