You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/14 03:06:59 UTC

[GitHub] [iceberg] rdsr edited a comment on issue #1198: Travis builds timing out due to module tests running > 10 mins

rdsr edited a comment on issue #1198:
URL: https://github.com/apache/iceberg/issues/1198#issuecomment-657939318


   I don't mind too much if tests take a little long to run, especially on travis. It doesn't hamper my dev cycle where I mostly run specific tests while testing my changes. For travis to not time out can we simply print standard error and standard out on the console through Gradle? This will dump the logs when running the tests. The configuration for enabling that is 
   
   ```
   // show standard out and standard error of the test JVM(s) on the console
     testLogging.showStandardStreams = true
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org