rdsr commented 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 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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]