You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2015/10/14 23:16:08 UTC

hbase git commit: HBASE-14589 Builds are being killed...; ADD SUREFIRE TEN MINUTE TIMEOUT

Repository: hbase
Updated Branches:
  refs/heads/master fbd2ed2e0 -> 1f6019175


HBASE-14589 Builds are being killed...; ADD SUREFIRE TEN MINUTE TIMEOUT


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1f601917
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1f601917
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1f601917

Branch: refs/heads/master
Commit: 1f6019175d1cb25dbcc6b8a51e40d2bf353e0cc9
Parents: fbd2ed2
Author: stack <st...@apache.org>
Authored: Wed Oct 14 14:16:00 2015 -0700
Committer: stack <st...@apache.org>
Committed: Wed Oct 14 14:16:00 2015 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1f601917/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index def9021..3b8085e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -595,6 +595,7 @@
                 <reuseForks>false</reuseForks>
                 <forkCount>${surefire.secondPartForkCount}</forkCount>
                 <groups>${surefire.secondPartGroups}</groups>
+                <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
               </configuration>
             </execution>
           </executions>