Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.

Commit bc0d785

Browse files
committed
Parallelize tests and ensure isolation by not reusing forks.
1 parent ecc8399 commit bc0d785

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
<plugin>
5050
<artifactId>maven-surefire-plugin</artifactId>
5151
<version>2.14</version>
52+
<configuration>
53+
<forkCount>1C</forkCount>
54+
<reuseForks>false</reuseForks>
55+
</configuration>
5256
</plugin>
5357
<plugin>
5458
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)