Increase the build pause a bit more for the AVD startup

This commit is contained in:
Bradlee Speice 2014-11-09 21:59:10 -05:00
parent 85427711df
commit cc271015f7

View File

@ -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 &