aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-05-14 02:50:31 +0200
committergjoranv <gv@verizonmedia.com>2021-05-14 02:50:31 +0200
commit8f372c9770318432e43f238c935d822408681dec (patch)
treeea3f14ad9691773f9d2e7c2ce9ceec60a14dd1fd /clustercontroller-core
parent82f6ea0f659f75171992a53b3608705e1a7c2234 (diff)
Set forkCount paramter for maven-surefire-plugin to speed up tests
Diffstat (limited to 'clustercontroller-core')
-rw-r--r--clustercontroller-core/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index 5623606e9ea..47afe3b7df3 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -120,6 +120,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>4</forkCount>
+ </configuration>
+ </plugin>
</plugins>
</build>
<profiles>