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>
<version>2.17</version>
<configuration>
<forkCount>4</forkCount>
<reuseForks>false</reuseForks>
<forkCount>0.5C</forkCount>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>