From cc271015f7a7d78a7f82fea77aaedd8998e55646 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Nov 2014 21:59:10 -0500 Subject: [PATCH] Increase the build pause a bit more for the AVD startup --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2bcb4e..57901cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: - emulator -avd test -no-skin -no-audio -no-window & before_script: - - sleep 30 + - sleep 60 - bash ./wait_for_emulator - adb shell input keyevent 82 &