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 c39cb9e investigating build failure
c39cb9e is described below
commit c39cb9e112009055b3b8ed27edd3f797662c2bf0
Author: tibordigana <[email protected]>
AuthorDate: Thu Jul 18 13:53:40 2019 +0200
investigating build failure
---
.../src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 79b12fb..76c2760 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
@@ -61,7 +61,7 @@ import static
org.apache.maven.surefire.util.internal.DaemonThreadFactory.newDae
public final class ForkedBooter
{
private static final long DEFAULT_SYSTEM_EXIT_TIMEOUT_IN_SECONDS = 30L;
- private static final long PING_TIMEOUT_IN_SECONDS = 40L;
+ private static final long PING_TIMEOUT_IN_SECONDS = 15L;
private static final String LAST_DITCH_SHUTDOWN_THREAD =
"surefire-forkedjvm-last-ditch-daemon-shutdown-thread-";
private static final String PING_THREAD = "surefire-forkedjvm-ping-";