mirror of https://github.com/qos-ch/slf4j
faster tests
This commit is contained in:
parent
0151ac3aeb
commit
2f5d369d67
4
pom.xml
4
pom.xml
|
|
@ -184,8 +184,8 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.19.1</version>
|
||||
<configuration>
|
||||
<forkCount>2</forkCount>
|
||||
<reuseForks>false</reuseForks>
|
||||
<forkCount>2C</forkCount>
|
||||
<reuseForks>true</reuseForks>
|
||||
<reportFormat>plain</reportFormat>
|
||||
<trimStackTrace>false</trimStackTrace>
|
||||
<excludes>
|
||||
|
|
|
|||
Loading…
Reference in New Issue