Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 27, 2024
1 parent c2cde0d commit b3b14e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -652,9 +652,8 @@ under the License.
<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>
<parallel>true</parallel>
<forkMode>always</forkMode>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit b3b14e9

Please sign in to comment.