You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/08/25 20:13:00 UTC

[jira] [Resolved] (HBASE-24953) Temporarily up the timeout for branch-2 from 9 hours to 12 for build

     [ https://issues.apache.org/jira/browse/HBASE-24953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack resolved HBASE-24953.
-----------------------------------
      Assignee: Michael Stack
    Resolution: Fixed

I pushed the below:
{code:java}
From: stack <st...@apache.org>
Date: Tue, 25 Aug 2020 13:10:46 -0700
Subject: [PATCH] HBASE-24953 Temporarily up the timeout for branch-2 from 9
 hours to 12 for build---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 2c1228129c..8140614f00 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -25,7 +25,7 @@ pipeline {
   }
   options {
     buildDiscarder(logRotator(numToKeepStr: '15'))
-    timeout (time: 9, unit: 'HOURS')
+    timeout (time: 12, unit: 'HOURS')
     timestamps()
     skipDefaultCheckout()
     disableConcurrentBuilds()
--
 {code}

> Temporarily up the timeout for branch-2 from 9 hours to 12 for build
> --------------------------------------------------------------------
>
>                 Key: HBASE-24953
>                 URL: https://issues.apache.org/jira/browse/HBASE-24953
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Michael Stack
>            Assignee: Michael Stack
>            Priority: Major
>
> Want to see where time is being spent that causes the jdk11/hadoop3 build to take so long so temporarily up the build timeout from 9 hours to 12.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)