rohangarg commented on code in PR #13368:
URL: https://github.com/apache/druid/pull/13368#discussion_r1081137315
##########
.travis.yml:
##########
@@ -200,7 +200,7 @@ jobs:
${MAVEN_SKIP} -Dremoteresources.skip=true
-Ddruid.generic.useDefaultValueForNull=${DRUID_USE_DEFAULT_VALUE_FOR_NULL}
- sh -c "dmesg | egrep -i '(oom|out of memory|kill process|killed).*'
-C 1 || exit 0"
- free -m
- - ${MVN} -pl ${MAVEN_PROJECTS} jacoco:report
+ - travis_wait 15 ${MVN} -pl ${MAVEN_PROJECTS} jacoco:report
Review Comment:
No, this is needed since `SuperSorterTest` runs for > 10 minutes sometimes
and doesn't produce any log in a successful case. So, the wait for test to
finish is increased to 15 minutes.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]