Skip to content

Commit 0dc7d18

Browse files
rahulsomName From Git-Plugin-Test
andauthored
chore: Parallelize Tests (#2315)
Co-authored-by: Name From Git-Plugin-Test <[email protected]>
1 parent de123fb commit 0dc7d18

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@
9999
</execution>
100100
</executions>
101101
</plugin>
102+
<plugin>
103+
<groupId>org.apache.maven.plugins</groupId>
104+
<artifactId>maven-surefire-plugin</artifactId>
105+
<configuration>
106+
<forkCount>1C</forkCount>
107+
<parallel>all</parallel>
108+
<useUnlimitedThreads>true</useUnlimitedThreads>
109+
</configuration>
110+
</plugin>
102111
</plugins>
103112
</build>
104113

0 commit comments

Comments
 (0)