Skip to content

Commit 871cd26

Browse files
author
plamen5kov
committed
added 30 minutes to travis for unit test execution
1 parent 1f06728 commit 871cd26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ after_script:
3838
- echo no | android create avd --force -n Arm21 -t android-21 -b armeabi-v7a -c 12M
3939
- emulator -avd Arm21 -no-skin -no-audio -no-window &
4040
- android-wait-for-emulator
41-
- "cd test-app && ./gradlew runtest --stacktrace"
41+
- "travis_wait 30 cd test-app && ./gradlew runtest --stacktrace"
4242
- "cd .."
4343
before_deploy:
4444
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9.\-]\+\)"/\1/p' dist/package.json`

0 commit comments

Comments
 (0)