Use 4x parallelism in unit tests

git-svn-id: https://zxing.googlecode.com/svn/trunk@2999 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2013-12-19 16:14:05 +00:00
parent 8a1d4a7f5b
commit de6e4bca32

View file

@ -224,7 +224,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<!--<parallel>classes</parallel>-->
<forkCount>4</forkCount>
<reuseForks>false</reuseForks>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>