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

commit 77a8a3cdc24aa8f9483124cf64e5028662561b22
Author: tibordigana <[email protected]>
AuthorDate: Tue Jul 16 23:24:35 2019 +0200

    investigating build failure
---
 .../src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
 
b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
index 297dbaf..954e0c7 100644
--- 
a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
+++ 
b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
@@ -60,8 +60,8 @@ import static 
org.apache.maven.surefire.util.internal.DaemonThreadFactory.newDae
  */
 public final class ForkedBooter
 {
-    private static final long DEFAULT_SYSTEM_EXIT_TIMEOUT_IN_SECONDS = 20L;
-    private static final long PING_TIMEOUT_IN_SECONDS = 20L;
+    private static final long DEFAULT_SYSTEM_EXIT_TIMEOUT_IN_SECONDS = 10L;
+    private static final long PING_TIMEOUT_IN_SECONDS = 10L;
     private static final long ONE_SECOND_IN_MILLIS = 1000L;
     private static final String LAST_DITCH_SHUTDOWN_THREAD = 
"surefire-forkedjvm-last-ditch-daemon-shutdown-thread-";
     private static final String PING_THREAD = "surefire-forkedjvm-ping-";

Reply via email to