Skip to content

Commit 88e3f04

Browse files
committed
Add parallelism to tests
1 parent 0a25195 commit 88e3f04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@
156156
<excludes>
157157
<exclude>com/fasterxml/jackson/failing/*.java</exclude>
158158
</excludes>
159+
<!-- 26-Nov-2019, tatu: moar parallelism! Per-class basis, safe, efficient enough
160+
... although not 100% sure this makes much difference TBH
161+
-->
162+
<threadCount>4</threadCount>
163+
<parallel>classes</parallel>
159164
</configuration>
160165
</plugin>
161166

0 commit comments

Comments
 (0)