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/15 21:46:16 UTC

hbase git commit: HBASE-14589 Builds are being killed...; CHANGE FROM 10 MINS TO surefire.timeout

Repository: hbase
Updated Branches:
  refs/heads/master e7defd7d9 -> d5ed46bc9


 HBASE-14589 Builds are being killed...; CHANGE FROM 10 MINS TO surefire.timeout


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

Branch: refs/heads/master
Commit: d5ed46bc9f9285f75d2d906ec9c120cb408827df
Parents: e7defd7
Author: stack <st...@apache.org>
Authored: Thu Oct 15 12:46:07 2015 -0700
Committer: stack <st...@apache.org>
Committed: Thu Oct 15 12:46:07 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/d5ed46bc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 81d68ca..256a2ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -595,7 +595,7 @@
                 <reuseForks>false</reuseForks>
                 <forkCount>${surefire.secondPartForkCount}</forkCount>
                 <groups>${surefire.secondPartGroups}</groups>
-                <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
+                <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
               </configuration>
             </execution>
           </executions>