This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new eed5869 Another attempt to fix intermittent Gump failure eed5869 is described below commit eed5869ba68bf97c1901d2da58ea5c49b89e1ede 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 c768624..3e08854 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org