Nandor Kollar created PARQUET-1296:
--------------------------------------
Summary: Travis kills build after 10 minutes, because "no output
was received"
Key: PARQUET-1296
URL: https://issues.apache.org/jira/browse/PARQUET-1296
Project: Parquet
Issue Type: Bug
Affects Versions: 1.8.2
Reporter: Nandor Kollar
{{mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true
-Dsource.skip=true > mvn_install.log || (cat mvn_install.log && false)}} could
take more than 10 minutes, and Travis
[kills|https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received]
the build in this case, since no output is produced (it is redirected to the
log file)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)