You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nk...@apache.org on 2012/09/07 20:59:29 UTC

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

Author: nkeywal
Date: Fri Sep  7 18:59:28 2012
New Revision: 1382127

URL: http://svn.apache.org/viewvc?rev=1382127&view=rev
Log:
HBASE-6742  Change default test parallelisation level to 5

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1382127&r1=1382126&r2=1382127&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Sep  7 18:59:28 2012
@@ -1502,7 +1502,7 @@
         <surefire.firstPartForkMode>once</surefire.firstPartForkMode>
         <surefire.firstPartParallel>none</surefire.firstPartParallel>
         <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
-        <surefire.secondPartThreadCount>4</surefire.secondPartThreadCount>
+        <surefire.secondPartThreadCount>5</surefire.secondPartThreadCount>
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>false</surefire.skipSecondPart>
         <surefire.firstPartGroups>org.apache.hadoop.hbase.SmallTests</surefire.firstPartGroups>