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:07:20 UTC

[tomcat] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 03b2af7  Another attempt to fix intermittent Gump failure
03b2af7 is described below

commit 03b2af7473a6c254d720e7d792245a027532844b
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 80beac6..7e74f38 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