From eeb37d926f337f804ad5c2e30c3365292fd98f21 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 30 Aug 2024 22:31:23 -0500 Subject: [PATCH] Update android.yml https://github.com/ReactiveCircus/android-emulator-runner/issues/385 --- .github/workflows/android.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 7633fe026..8d233ac28 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -154,10 +154,12 @@ jobs: script: echo "Generated AVD snapshot for caching." - uses: reactivecircus/android-emulator-runner@v2 + env: + ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 60 with: api-level: ${{ matrix.api-level }} arch: x86_64 force-avd-creation: false - emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none disable-animations: true script: ./gradlew connectedFdroidDebugAndroidTest