Skip to content

Commit

Permalink
try parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 26, 2024
1 parent 75309c9 commit 11494dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,10 @@ under the License.
<java.awt.headless>true</java.awt.headless>
<java.io.tmpdir>${project.build.directory}/tmp</java.io.tmpdir>
</systemProperties>
<!-- Enable parallelism on test suites. Each suite uses its own JVM -->
<parallel>suites</parallel>
<forkMode>perSuite</forkMode>
<forkCount>2</forkCount>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 11494dd

Please sign in to comment.