This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 6f3d456 Another attempt to fix intermittent Gump failure 6f3d456 is described below commit 6f3d456e898cef3cc242019af2f0112f7ce75879 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 008e208..273a562 100644 --- a/test/org/apache/catalina/core/TestAsyncContextImpl.java +++ b/test/org/apache/catalina/core/TestAsyncContextImpl.java @@ -146,7 +146,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org