Author: sslavic
Date: Tue Aug 27 11:43:34 2013
New Revision: 1517793
URL: http://svn.apache.org/r1517793
Log:
Reenabled parallel execution of unit tests, since it was found not to be the
cause of random test failures on Jenkins build jobs
Modified:
mahout/trunk/pom.xml
Modified: mahout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1517793&r1=1517792&r2=1517793&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Tue Aug 27 11:43:34 2013
@@ -615,7 +615,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <forkCount>1</forkCount>
+ <forkCount>1.5C</forkCount>
<reuseForks>false</reuseForks>
<threadCount>1</threadCount>
<perCoreThreadCount>false</perCoreThreadCount>