[jbosscache-commits] JBoss Cache SVN: r7189 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Nov 24 13:02:53 EST 2008


Author: mircea.markus
Date: 2008-11-24 13:02:53 -0500 (Mon, 24 Nov 2008)
New Revision: 7189

Modified:
   core/trunk/pom.xml
Log:
one thread only for now

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-11-24 18:01:37 UTC (rev 7188)
+++ core/trunk/pom.xml	2008-11-24 18:02:53 UTC (rev 7189)
@@ -132,7 +132,7 @@
             <version>2.4.3-JBOSS</version>
             <configuration>
                <parallel>tests</parallel>
-               <threadCount>10</threadCount>
+               <threadCount>1</threadCount>
                <forkMode>none</forkMode>
                <trimStackTrace>false</trimStackTrace>
                <properties>




More information about the jbosscache-commits mailing list