HBASE-5064 Addendum increases number of parallel processes to 4

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2012-01-02 04:22:34 +00:00
parent b549283c78
commit ef073c5e33
1 changed files with 1 additions and 1 deletions

View File

@ -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>