mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
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:
parent
8a1d4a7f5b
commit
de6e4bca32
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue