HBASE-6742 Change default test parallelisation level to 5
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24fa6e4fbe
commit
e136acc6eb
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue