You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/06/26 12:35:54 UTC

svn commit: r1687741 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

Author: markt
Date: Fri Jun 26 10:35:53 2015
New Revision: 1687741

URL: http://svn.apache.org/r1687741
Log:
Increase timeout in an attempt to reduce false failures in the CI systems

Modified:
    tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java?rev=1687741&r1=1687740&r2=1687741&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java (original)
+++ tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Fri Jun 26 10:35:53 2015
@@ -65,7 +65,7 @@ public class TestAsyncContextImpl extend
     // Timeout thread (where used) checks for timeout every second
     private static final long TIMEOUT_MARGIN = 1000;
     // Default timeout for these tests
-    private static final long TIMEOUT = 3000;
+    private static final long TIMEOUT = 5000;
 
     private static StringBuilder tracker;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org