Higher parallel count for JPA tests
This commit is contained in:
parent
ba4bb005bc
commit
534c71c1d5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue