plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c95d61a2039e58f07b83374a3c94d5b8e2bd9ea2
parent 913694407b63b4f67062518d44bf6c63ee557341
Author: gstraube <gstraube@mailbox.org>
Date:   Wed,  9 Aug 2017 18:41:34 +0200

Increase waiting time

Diffstat:
M.travis.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -28,7 +28,8 @@ licenses: - '.+' before_script: - echo no | avdmanager create avd --force -n test --tag google_apis --abi google_apis/armeabi-v7a -k 'system-images;android-25;google_apis;armeabi-v7a' --device 'Nexus 5X' - - $ANDROID_HOME/tools/emulator -avd test -skin 1080x1920 -no-audio -no-window & + - $ANDROID_HOME/tools/emulator -avd test -skin 1080x1920 -no-audio -no-window -verbose & + - travis_wait 30 sleep 1800 - android-wait-for-emulator - adb shell input keyevent 82 & notifications: