diff --git a/scripts/run_tests_android.sh b/scripts/run_tests_android.sh index e99845705..dd07b43a0 100644 --- a/scripts/run_tests_android.sh +++ b/scripts/run_tests_android.sh @@ -138,6 +138,8 @@ function waitForEmulator() { # Wait for device to be ready to unlock callCommandUntilSuccess adb shell dumpsys power callCommandUntilSuccess adb shell dumpsys window + callCommandUntilSuccess adb wait-for-device + callCommandUntilSuccess adb shell sleep 1 # Unlock device callCommandUntilSuccess adb shell input tap 800 900