Higher parallel count for JPA tests

This commit is contained in:
jamesagnew 2019-07-13 18:24:31 -04:00
parent ba4bb005bc
commit 534c71c1d5
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<forkCount>2</forkCount>
<reuseForks>true</reuseForks>
<runOrder>alphabetical</runOrder>
<redirectTestOutputToFile>true</redirectTestOutputToFile>