From c934a4fbd864857e8628ed10a7b30b58cd26190c Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Nov 2014 23:55:24 -0500 Subject: [PATCH] Revert "Increase the build pause a bit more for the AVD startup" This reverts commit cc271015f7a7d78a7f82fea77aaedd8998e55646. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57901cc..e2bcb4e 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 60 + - sleep 30 - bash ./wait_for_emulator - adb shell input keyevent 82 &