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

tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/buildfix by this push:
     new c16e744  investigating build failure
c16e744 is described below

commit c16e744c926b9a961a70e3da9c1c89118655eb84
Author: tibordigana <[email protected]>
AuthorDate: Fri Jul 19 13:41:45 2019 +0200

    investigating build failure
---
 .../its/jiras/Surefire946KillMainProcessInReusableForkIT.java       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire946KillMainProcessInReusableForkIT.java
 
b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire946KillMainProcessInReusableForkIT.java
index a5d1005..723a2f4 100644
--- 
a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire946KillMainProcessInReusableForkIT.java
+++ 
b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire946KillMainProcessInReusableForkIT.java
@@ -34,13 +34,13 @@ public class Surefire946KillMainProcessInReusableForkIT
     extends SurefireJUnit4IntegrationTestCase
 {
     // there are 10 test classes that each would wait 2 seconds.
-    private static final int TEST_SLEEP_TIME = 2_000;
+    private static final int TEST_SLEEP_TIME = 3_500;
 
     @Parameter( 0 )
-    private String shutdownMavenMethod;
+    public String shutdownMavenMethod;
 
     @Parameter( 1 )
-    private String shutdownSurefireMethod;
+    public String shutdownSurefireMethod;
 
     @Parameters( name = "{0}-{1}")
     public static Iterable<Object[]> data()

Reply via email to