We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a175884 commit 9ab5614Copy full SHA for 9ab5614
.github/workflows/scripts/android/android-emulator-tests.sh
@@ -95,6 +95,9 @@ log "Starting Android emulator"
95
# launch the emulator in the background
96
nohup emulator -no-metrics -partition-size 1024 -memory 4096 -wipe-data -no-window -no-snapshot -noaudio -no-boot-anim -avd "${ANDROID_EMULATOR_NAME}" &
97
98
+# wait briefly before starting to poll the emulator
99
+sleep 20
100
+
101
log "Waiting for Android emulator startup"
102
timeout "${ANDROID_EMULATOR_TIMEOUT}" adb wait-for-any-device
103
0 commit comments