You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ta...@apache.org on 2021/06/14 01:21:57 UTC

[hadoop] branch branch-3.3 updated: HADOOP-17756. Increase precommit job timeout from 20 hours to 24 hours. (#3090)

This is an automated email from the ASF dual-hosted git repository.

tasanuma pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 10000f1  HADOOP-17756. Increase precommit job timeout from 20 hours to 24 hours. (#3090)
10000f1 is described below

commit 10000f162d103117fa488ca01e3c8825434b8606
Author: Takanobu Asanuma <ta...@apache.org>
AuthorDate: Mon Jun 14 10:17:39 2021 +0900

    HADOOP-17756. Increase precommit job timeout from 20 hours to 24 hours. (#3090)
    
    Reviewed-by: Akira Ajisaka <aa...@apache.org>
    Reviewed-by: Viraj Jasani <vj...@apache.org>
    (cherry picked from commit ae9630f580d73e81042f3b8b2b337aba86130653)
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 159f01b..46c0a6d 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
 
     options {
         buildDiscarder(logRotator(numToKeepStr: '5'))
-        timeout (time: 20, unit: 'HOURS')
+        timeout (time: 24, unit: 'HOURS')
         timestamps()
         checkoutToSubdirectory('src')
     }

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