You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2012/01/02 05:22:34 UTC

svn commit: r1226342 - /hbase/trunk/pom.xml

Author: tedyu
Date: Mon Jan  2 04:22:34 2012
New Revision: 1226342

URL: http://svn.apache.org/viewvc?rev=1226342&view=rev
Log:
HBASE-5064 Addendum increases number of parallel processes to 4

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1226342&r1=1226341&r2=1226342&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Mon Jan  2 04:22:34 2012
@@ -2004,7 +2004,7 @@
         <surefire.firstPartForkMode>once</surefire.firstPartForkMode>
         <surefire.firstPartParallel>none</surefire.firstPartParallel>
         <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
-        <surefire.secondPartThreadCount>2</surefire.secondPartThreadCount>
+        <surefire.secondPartThreadCount>4</surefire.secondPartThreadCount>
 
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>false</surefire.skipSecondPart>