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 0de8f2a79cd9a700d5ca7e570be0a7430d7c4a6e Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 20:57:45 2017 +0100 camel-mina2: speed-up tests by not forking the JVM for every test executed --- components/camel-mina2/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/camel-mina2/pom.xml b/components/camel-mina2/pom.xml index 63891b9..6159d9e 100644 --- a/components/camel-mina2/pom.xml +++ b/components/camel-mina2/pom.xml @@ -94,8 +94,6 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <forkCount>1</forkCount> - <reuseForks>false</reuseForks> <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds> <excludes> <!-- This test just show the shutdown error --> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
