bouskaJ commented on pull request #1822: URL: https://github.com/apache/camel-k/pull/1822#issuecomment-732993569
It seems that `go test -timeout 60m -v ./e2e/common/... -tags=integration` does not print it's output in progress but it prits everything at the end of the test execution. Travis CI seems to have an issue with it: ``` No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received The build has been terminated ``` Should I change the command to `go test -timeout 60m -v ./e2e/common -tags=integration && go test -timeout 60m -v ./e2e/common/languages -tags=integration`? What do you thing about it? ---------------------------------------------------------------- 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: us...@infra.apache.org