[BAEL-4471] reduce number of parallel tests

This commit is contained in:
Adrian Maghear 2020-09-17 08:37:41 +02:00
parent 60b28c767b
commit 0d3dafd25c
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-plugin.version}</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<systemProperties>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
</systemProperties>