This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit ac05466fb62d2bf3d40a13e4854bdd4af8455093
Author: Guillaume Nodet <gno...@apache.org>
AuthorDate: Fri Jan 17 19:58:53 2020 +0100

    Improve test success rate for sshd-mina
---
 sshd-mina/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml
index c2439aa..0e2de3b 100644
--- a/sshd-mina/pom.xml
+++ b/sshd-mina/pom.xml
@@ -160,6 +160,8 @@
                 <configuration>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     
<reportsDirectory>${project.build.directory}/surefire-reports-mina</reportsDirectory>
+                    <forkCount>1</forkCount>
+                    <reuseForks>false</reuseForks>
                     <excludes>
                             <!-- These tests use NIO explicitly -->
                         <exclude>**/*LoadTest.java</exclude>

Reply via email to