aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2019-11-26 13:22:58 -0800
committerTatu Saloranta <tatu.saloranta@iki.fi>2019-11-26 13:22:58 -0800
commit88e3f04534ef2de15a1ba62221c8d184fa2a76ed (patch)
tree4999d8e37fb30f9bf6803bce6cccc07985137fbd /pom.xml
parent0a25195a20d776c5734bdf475fa38bbad5216c5e (diff)
downloadjackson-databind-88e3f04534ef2de15a1ba62221c8d184fa2a76ed.tar.gz
Add parallelism to tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 824962f5d..c493a3d21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,11 @@
<excludes>
<exclude>com/fasterxml/jackson/failing/*.java</exclude>
</excludes>
+ <!-- 26-Nov-2019, tatu: moar parallelism! Per-class basis, safe, efficient enough
+ ... although not 100% sure this makes much difference TBH
+ -->
+ <threadCount>4</threadCount>
+ <parallel>classes</parallel>
</configuration>
</plugin>