Author: manik.surtani(a)jboss.com
Date: 2009-02-08 06:42:36 -0500 (Sun, 08 Feb 2009)
New Revision: 7666
Modified:
core/branches/flat/pom.xml
Log:
Fixed threadcount
Modified: core/branches/flat/pom.xml
===================================================================
--- core/branches/flat/pom.xml 2009-02-08 11:42:01 UTC (rev 7665)
+++ core/branches/flat/pom.xml 2009-02-08 11:42:36 UTC (rev 7666)
@@ -88,7 +88,7 @@
<optional>true</optional>
</dependency>
- <!-- test dependencies -->
+ <!-- test dependencies -->
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
@@ -148,7 +148,7 @@
<version>2.4.3-JBOSS</version>
<configuration>
<parallel>methods</parallel>
- <threadCount>10</threadCount>
+ <threadCount>1</threadCount>
<forkMode>none</forkMode>
<trimStackTrace>false</trimStackTrace>
<properties>
Show replies by date