You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jx...@apache.org on 2013/01/22 21:04:08 UTC

svn commit: r1437132 - /hbase/branches/0.94/pom.xml

Author: jxiang
Date: Tue Jan 22 20:04:08 2013
New Revision: 1437132

URL: http://svn.apache.org/viewvc?rev=1437132&view=rev
Log:
HBASE-7646 Make forkedProcessTimeoutInSeconds configurable

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1437132&r1=1437131&r2=1437132&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Tue Jan 22 20:04:08 2013
@@ -375,7 +375,7 @@
           </dependencies>
 
           <configuration>
-            <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
+            <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
             <argLine>-enableassertions -Xmx1900m -Djava.security.egd=file:/dev/./urandom</argLine>
             <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
           </configuration>
@@ -1049,6 +1049,7 @@
     <surefire.firstPartGroups>org.apache.hadoop.hbase.SmallTests</surefire.firstPartGroups>
     <surefire.secondPartGroups>org.apache.hadoop.hbase.MediumTests</surefire.secondPartGroups>
     <test.output.tofile>true</test.output.tofile>
+    <surefire.timeout>900</surefire.timeout>
   </properties>
 
   <!-- Sorted by groups of dependencies then groupId and artifactId -->