This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit fd3cfe7d8f41abb9ceb2c9c1ab2d2fda19cdfe30 Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 20:49:56 2017 +0100 camel-mina: speed-up tests by not forking the JVM for every test executed --- components/camel-mina/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/camel-mina/pom.xml b/components/camel-mina/pom.xml index d59c56a..d017aa8 100644 --- a/components/camel-mina/pom.xml +++ b/components/camel-mina/pom.xml @@ -99,8 +99,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds> - <forkCount>1</forkCount> - <reuseForks>false</reuseForks> <excludes> <!-- This test just show the shutdown error --> <exclude>**/MinaProducerShutdownTest.*</exclude> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
