Skip to content

Commit e679085

Browse files
committed
sleep
1 parent be89122 commit e679085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/setup-android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ echo "no" | "$ANDROID_CMDLINE_TOOLS"/avdmanager create avd --force --name emu --
3636
# Start Emulator
3737
echo "Starting emulator"
3838
nohup "$ANDROID_HOME"/emulator/emulator -avd emu -no-audio -no-snapshot -no-window &
39-
"$ANDROID_HOME"/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 1; done; input keyevent 82'
39+
"$ANDROID_HOME"/platform-tools/adb wait-for-device shell "while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 1; done; input keyevent 82"
4040
"$ANDROID_HOME"/platform-tools/adb devices
4141
echo "Emulator started"

0 commit comments

Comments
 (0)