From 6793780d4f08a92e60e52ddef242acbeffb599c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 10 Sep 2015 19:24:10 -0700 Subject: [PATCH] Beef up 4.4 emulator sleep to avoid errors --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b87c1a8e1..07a4d658f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ test: - emulator -force-32bit -avd fcl-test -no-skin -no-audio -no-window & - ./F-Droid/tools/wait-for-emulator - adb shell input keyevent 82 - - sleep 30 # 4.4 says it's ready before it actually is + - sleep 60 # 4.4 says it's ready before it actually is - echo " == Running Android tests on the 4.4.4 emulator" - ADB_INSTALL_TIMEOUT=8 gradle connectedCheck || { adb logcat -d '*:W'; exit 1; } - echo " == Stopping Android 4.4.4 emulator"