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 b263ec2 investigating build failure
b263ec2 is described below
commit b263ec287fc41c3a44137b26e7a85744fbb9f435
Author: tibordigana <[email protected]>
AuthorDate: Tue Jul 16 22:34:35 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 ebc1b27..acd05a0 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,7 +60,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 DEFAULT_SYSTEM_EXIT_TIMEOUT_IN_SECONDS = 20L;
private static final long PING_TIMEOUT_IN_SECONDS = 30L;
private static final long ONE_SECOND_IN_MILLIS = 1000L;
private static final String LAST_DITCH_SHUTDOWN_THREAD =
"surefire-forkedjvm-last-ditch-daemon-shutdown-thread-";