[jbossws-commits] JBossWS SVN: r16127 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Apr 10 04:01:46 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-04-10 04:01:45 -0400 (Tue, 10 Apr 2012)
New Revision: 16127

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3482] Default to concurrent testsuite execution, one thread per core


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-04-10 01:06:03 UTC (rev 16126)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-04-10 08:01:45 UTC (rev 16127)
@@ -264,6 +264,9 @@
                 <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>



More information about the jbossws-commits mailing list