File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
FFmpegAndroid/src/androidTest/java/com/github/hiteshsondhi88/libffmpeg Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android:
1313 - sys-img-armeabi-v7a-android-16
1414 - sys-img-x86-android-16
1515before_install :
16- - echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a
16+ - echo no | android create avd -c 50M - -force -n test -t android-16 --abi armeabi-v7a
1717 - emulator -avd test -no-skin -no-audio -no-window &
1818 - android-wait-for-emulator
1919 - adb shell input keyevent 82 &
Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ public void run() {
4444
4545 public void testRunWaitFor () throws Exception {
4646 ShellCommand shellCommand = new ShellCommand ();
47- CommandResult commandResult = shellCommand .runWaitFor ("logcat -d" );
48- Thread .sleep (2000 );
47+ CommandResult commandResult = shellCommand .runWaitFor ("ls /sdcard/" );
4948 assertNotNull (commandResult );
5049 assertEquals (true , commandResult .success );
5150 assertThat (commandResult .output ).isNotEmpty ();
You can’t perform that action at this time.
0 commit comments