You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/01/29 18:02:02 UTC

[GitHub] [hadoop] smengcl commented on a change in pull request #1635: HADOOP-16596. [pb-upgrade] Use shaded protobuf classes from hadoop-thirdparty dependency

smengcl 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_r372541753
 
 

 ##########
 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:
   Shall we change this timeout to a lower value?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org