From 2893de77f0ad57c69b3499d9972f6c6ca5a32194 Mon Sep 17 00:00:00 2001 From: zHd4 Date: Tue, 19 Nov 2024 09:34:51 +0100 Subject: [PATCH] Update Android CI workflow --- .github/workflows/android_ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index df684e38..24688f01 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -46,9 +46,8 @@ jobs: - name: Create and Start Emulator run: | avdmanager create avd -n test -k "system-images;android-30;google_apis;x86" --device "pixel" - nohup emulator -avd test -no-window -no-audio -no-boot-anim -accel off & - timeout 5m - adb wait-for-device + nohup emulator -avd test -no-snapshot -gpu swiftshader_indirect -accel off -no-window -no-audio -no-boot-anim & + timeout 10m adb wait-for-device || (echo "Emulator did not start in time" && exit 1) adb shell input keyevent 82 env: DISPLAY: ":0"