diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-10-10 14:36:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-10 14:36:24 +0000 |
commit | d8b291e5d903cd938a33522eb3098d74a4465edd (patch) | |
tree | 3e6e4ec2c610a709c10def69cdcefaa76f69b6f5 | |
parent | 2c4e510fbc40393860252cd339f642fe79a646e5 (diff) | |
parent | bca68234438277ec7a300cb23f41927f1f0f3394 (diff) |
Merge "Change bpmn surefire plugin to reuse forks"
-rw-r--r-- | bpmn/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index e43acea070..9c9e6e01ef 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -109,7 +109,7 @@ <testFailureIgnore>false</testFailureIgnore> <argLine>${surefireArgLine} -Xss1m</argLine> <forkCount>1</forkCount> - <reuseForks>false</reuseForks> + <reuseForks>true</reuseForks> </configuration> </plugin> |