Author: asoldano
Date: 2014-03-03 11:58:07 -0500 (Mon, 03 Mar 2014)
New Revision: 18454
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3765] Also move parallel test execution to 'fast' profile
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2014-03-03 11:52:31 UTC (rev 18453)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2014-03-03 16:58:07 UTC (rev 18454)
@@ -265,9 +265,6 @@
<include>**/*Test.java</include>
<include>**/*TestCase.java</include>
</includes>
- <parallel>classes</parallel>
- <threadCount>1</threadCount>
- <perCoreThreadCount>true</perCoreThreadCount>
<systemProperties>
<property>
<name>jboss.bind.address</name>
@@ -566,6 +563,9 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <parallel>classes</parallel>
+ <threadCount>2</threadCount>
+ <perCoreThreadCount>true</perCoreThreadCount>
<runOrder>balanced</runOrder>
</configuration>
</plugin>
Show replies by date