Skip to content

Commit d4bec8d

Browse files
committed
parallel execution of test cases
1 parent ef7ba6c commit d4bec8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,9 @@
931931
<trimStackTrace>false</trimStackTrace>
932932
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
933933
<testClassesDirectory>${project.build.testOutputDirectory}</testClassesDirectory>
934+
<parallel>methods</parallel>
935+
<threadCount>8</threadCount>
936+
<perCoreThreadCount>false</perCoreThreadCount>
934937
</configuration>
935938
</execution>
936939
</executions>

0 commit comments

Comments
 (0)