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 a851970  investigating build failure
a851970 is described below

commit a851970a67d19d40492a7043431647c58f2c2a40
Author: tibordigana <[email protected]>
AuthorDate: Mon Jul 15 14:44:22 2019 +0200

    investigating build failure
---
 .../surefire/its/jiras/Surefire946KillMainProcessInReusableForkIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 205f51f..be2a81e 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
@@ -28,7 +28,7 @@ public class Surefire946KillMainProcessInReusableForkIT
     extends SurefireJUnit4IntegrationTestCase
 {
     // there are 10 test classes that each would wait 2 seconds.
-    private static final int TEST_SLEEP_TIME = 5000;
+    private static final int TEST_SLEEP_TIME = 3000;
 
     @BeforeClass
     public static void installSelfdestructPlugin()

Reply via email to