Skip to content

Commit

Permalink
Work around persistent TravisCI timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 24, 2017
1 parent 35e6188 commit 13496f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,12 @@ matrix:
- ./build-support/bin/native/generate-bintray-manifest.sh

script: |-
# The travis_wait script affords for tests that take longer than 10 minutes to run, see:
# https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
# This issue tracks the fact that we have these sorts of tests, which we should not for
# the sake of granularity and scheduling: https://github.com/pantsbuild/pants/issues/4204
travis_wait
uname -a
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
Expand Down

0 comments on commit 13496f7

Please sign in to comment.