mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Faster test execution by reusing JVMs and conservatively scaling with cores
This commit is contained in:
parent
84643199a9
commit
e86712f7ff
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue