Skip to content

Commit

Permalink
Increase timeout for adb wait-for-device to 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Jan 26, 2018
1 parent 131577e commit 55299b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ before_script:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- ls -la
- emulator64-x86 -avd test -no-skin -no-audio -no-window &
- adb wait-for-device
- timeout 1200 adb wait-for-device
- adb shell input keyevent 82 &

script:
Expand Down

0 comments on commit 55299b4

Please sign in to comment.