From 1c8e147d90b7f303b2614de7e8f98413fe2c3804 Mon Sep 17 00:00:00 2001 From: Peter van 't Hof <p.j.van_t_hof@lumc.nl> Date: Thu, 6 Aug 2015 18:55:19 +0200 Subject: [PATCH] Multitreaded testing --- public/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/public/pom.xml b/public/pom.xml index 93acfae5e..a59a97680 100644 --- a/public/pom.xml +++ b/public/pom.xml @@ -72,6 +72,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.18.1</version> <configuration> + <forkCount>1C</forkCount> <workingDirectory>${project.build.directory}</workingDirectory> </configuration> </plugin> -- GitLab