[jbossws-commits] JBossWS SVN: r16128 - stack/native/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Apr 10 04:02:56 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-04-10 04:02:54 -0400 (Tue, 10 Apr 2012)
New Revision: 16128

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


Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2012-04-10 08:01:45 UTC (rev 16127)
+++ stack/native/trunk/modules/testsuite/pom.xml	2012-04-10 08:02:54 UTC (rev 16128)
@@ -160,6 +160,9 @@
               <goal>test</goal>
             </goals>
             <configuration>
+              <parallel>classes</parallel>
+              <threadCount>1</threadCount>
+              <perCoreThreadCount>true</perCoreThreadCount>
               <skip>false</skip>
               <includes>
                 <include>**/*Test.java</include>



More information about the jbossws-commits mailing list