Skip to content

Commit 5aa3515

Browse files
[SUREFIRE-2266] Execute ITs in parallel
1 parent f560368 commit 5aa3515

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

surefire-its/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@
193193
<skipTests>${skipTests}</skipTests>
194194
<runOrder>alphabetical</runOrder>
195195
<threadCount>1</threadCount>
196+
<forkCount>1C</forkCount>
197+
<rerunFailingTestsCount>1</rerunFailingTestsCount>
196198
<perCoreThreadCount>false</perCoreThreadCount>
197199
<argLine>-server -Xmx64m -XX:+UseG1GC -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
198200
<includes>

0 commit comments

Comments
 (0)