Skip to content

Commit 321bcd3

Browse files
nitzanjAmir Tocker
authored andcommitted
Run parallel test in classes mode.
1 parent f443e85 commit 321bcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<artifactId>maven-surefire-plugin</artifactId>
6868
<version>2.20</version>
6969
<configuration>
70-
<parallel>methods</parallel>
71-
<threadCount>12</threadCount>
70+
<forkCount>3C</forkCount>
71+
<reuseForks>true</reuseForks>
7272
</configuration>
7373
</plugin>
7474
<plugin>

0 commit comments

Comments
 (0)