From af389b2d57f82eb7678e867694c3514c327b4d58 Mon Sep 17 00:00:00 2001
From: CoreRasurae <luis.p.mendes@gmail.com>
Date: Tue, 8 May 2018 23:32:50 +0100
Subject: [PATCH] Fix: Integration and unit tests hang while executing on maven
 surefire (refs #122)

---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index da584f72..3b2dee37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,10 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                	<forkCount>4</forkCount>
+                	<reuseForks>false</reuseForks>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.jacoco</groupId>
-- 
GitLab