aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-05-15 00:26:09 +0200
committerGitHub <noreply@github.com>2021-05-15 00:26:09 +0200
commit9dfa22b4d55ceb72c38c0dbb859fd512583253ac (patch)
treeab3869c3e03685a3aed9871c420df0c46cbf0408 /documentapi
parent459dc8d64371f88c5a4e9336a2a40e41c9924789 (diff)
parent8f372c9770318432e43f238c935d822408681dec (diff)
Merge pull request #17858 from vespa-engine/use-forkCount-to-run-tests-faster
Set forkCount paramter for maven-surefire-plugin to speed up tests
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentapi/pom.xml b/documentapi/pom.xml
index 5fb82e06d1b..0c4195d2b99 100644
--- a/documentapi/pom.xml
+++ b/documentapi/pom.xml
@@ -82,6 +82,13 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>2</forkCount>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>