Author: mircea.markus
Date: 2008-11-12 18:02:32 -0500 (Wed, 12 Nov 2008)
New Revision: 7128
Modified:
core/trunk/pom.xml
Log:
for now run all tests in one thread
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2008-11-12 21:48:08 UTC (rev 7127)
+++ core/trunk/pom.xml 2008-11-12 23:02:32 UTC (rev 7128)
@@ -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>
Show replies by date