Skip to content

Commit

Permalink
Make jbpm-bpmn2 unit tests run in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Sep 30, 2022
1 parent 9793382 commit 2778390
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jbpm/jbpm-bpmn2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
<!-- enforce strict variable checking for the sake of tests -->
<org.jbpm.variable.strict>true</org.jbpm.variable.strict>
</systemPropertyVariables>
<forkMode>perthread</forkMode>
<threadCount>4</threadCount>
<parallel>all</parallel>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 2778390

Please sign in to comment.