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:
parent
b549283c78
commit
ef073c5e33
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue