Skip to content

Commit

Permalink
some edits
Browse files Browse the repository at this point in the history
  • Loading branch information
SupinePandora43 committed Jun 25, 2019
1 parent 2e78253 commit eb62053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion travis_scripts/android-wait-for-emulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ set +e

bootanim=""
failcounter=0
timeout_in_sec=2400
# emulator must start in 10 min
# ref https://travis-ci.com/SupinePandora43/Russian/builds/116552693
timeout_in_sec=600

until [[ "$bootanim" =~ "stopped" ]]; do
bootanim=`adb -e shell getprop init.svc.bootanim 2>&1 &`
Expand Down
1 change: 0 additions & 1 deletion vscode.bat

This file was deleted.

0 comments on commit eb62053

Please sign in to comment.