Skip to content

Commit

Permalink
Use greater Travis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyboy committed May 10, 2018
1 parent a4c33ad commit ec6a95b
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 @@ -31,7 +31,7 @@ before_script:
- if [ "$BUILD_ANDROID" = "true" ]; then android-wait-for-emulator; fi
- if [ "$BUILD_ANDROID" = "true" ]; then adb shell input keyevent 82 & fi

script: if [ "$BUILD_ANDROID" = "true" ]; then ./ci/run-android-tests.sh; else ./ci/run-java-tests.sh; fi
script: travis_wait 30 'if [ "$BUILD_ANDROID" = "true" ]; then ./ci/run-android-tests.sh; else ./ci/run-java-tests.sh; fi'

# Buffer overflow patch. Source: https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165135711
before_install:
Expand Down

0 comments on commit ec6a95b

Please sign in to comment.