vinayakumarb commented on a change in pull request #1635: HADOOP-16596.
[pb-upgrade] Use shaded protobuf classes from hadoop-thirdparty dependency
URL: https://github.com/apache/hadoop/pull/1635#discussion_r372589112
##########
File path: Jenkinsfile
##########
@@ -23,7 +23,8 @@ pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
- timeout (time: 5, unit: 'HOURS')
+ //Increasing to 20 hours temporarily to allow precommit to run for all
modules.
+ timeout (time: 20, unit: 'HOURS')
Review comment:
yes. as said in earlier comments this is only temporary since this PR have
changes in all modules and need lot of time.
will be restored back to 5 hours before final merge.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]