Faster test execution by reusing JVMs and conservatively scaling with cores

This commit is contained in:
Sean Owen 2014-06-01 23:32:44 +01:00
parent 84643199a9
commit e86712f7ff

View file

@ -290,8 +290,7 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version> <version>2.17</version>
<configuration> <configuration>
<forkCount>4</forkCount> <forkCount>0.5C</forkCount>
<reuseForks>false</reuseForks>
<systemPropertyVariables> <systemPropertyVariables>
<java.awt.headless>true</java.awt.headless> <java.awt.headless>true</java.awt.headless>
</systemPropertyVariables> </systemPropertyVariables>