You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/12/29 00:41:34 UTC

[maven-surefire] 02/02: The JVM teardown has speedup by 360 milli seconds, see https://github.com/apache/maven-surefire/pull/253

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

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

commit e062e822a36446573e920b9bfbbabb43c6625b33
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Dec 29 01:41:10 2019 +0100

    The JVM teardown has speedup by 360 milli seconds, see https://github.com/apache/maven-surefire/pull/253
---
 .../fork-timeout/src/test/java/forktimeout/BaseForkTimeout.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surefire-its/src/test/resources/fork-timeout/src/test/java/forktimeout/BaseForkTimeout.java b/surefire-its/src/test/resources/fork-timeout/src/test/java/forktimeout/BaseForkTimeout.java
index a2dc6cb..c1cdb04 100644
--- a/surefire-its/src/test/resources/fork-timeout/src/test/java/forktimeout/BaseForkTimeout.java
+++ b/surefire-its/src/test/resources/fork-timeout/src/test/java/forktimeout/BaseForkTimeout.java
@@ -23,7 +23,7 @@ public abstract class BaseForkTimeout
 {
     protected void dumpStuff( String prefix )
     {
-        reallySleep( 990 );
+        reallySleep( 1350L );
         for ( int i = 0; i < 200; i++ )
         {
             System.out.println( prefix + " with lots of output " + i );