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 2020/02/21 22:08:15 UTC

[tomcat] branch 8.5.x updated: Another attempt to fix intermittent Gump failure

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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 6b16237  Another attempt to fix intermittent Gump failure
6b16237 is described below

commit 6b1623759b3e651f8b4d7d83e22db1695fee8d94
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Feb 21 22:06:43 2020 +0000

    Another attempt to fix intermittent Gump failure
---
 test/org/apache/catalina/core/TestAsyncContextImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/catalina/core/TestAsyncContextImpl.java b/test/org/apache/catalina/core/TestAsyncContextImpl.java
index b80c29a..ea3919e 100644
--- a/test/org/apache/catalina/core/TestAsyncContextImpl.java
+++ b/test/org/apache/catalina/core/TestAsyncContextImpl.java
@@ -152,7 +152,7 @@ public class TestAsyncContextImpl extends TomcatBaseTest {
 
         // Give the async thread a chance to finish (but not too long)
         int counter = 0;
-        while (!servlet.isDone() && counter < 10) {
+        while (!servlet.isDone() && counter < 20) {
             Thread.sleep(1000);
             counter++;
         }


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