You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/02/19 11:50:54 UTC

[GitHub] sijie opened a new pull request #1174: Use travis_wait on running mvn test on travis

sijie opened a new pull request #1174: Use travis_wait on running mvn test on travis
URL: https://github.com/apache/bookkeeper/pull/1174
 
 
   Descriptions of the changes in this PR:
   
   
   *Problem*
   
   The travis build can take more than 30 minutes, which exceeds the default limit. so the travis builds on master usually fail
   
   *Solution*
   
   Configure the travis build to use `travis_wait` and configure a higher timeout value.
   
   This was set in dlog travis build : https://github.com/apache/distributedlog/blob/master/.travis.yml#L41
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services