This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 9cb13a3 Attempt to avoid CI test failures 9cb13a3 is described below commit 9cb13a3a92106020cce87de11785d26ab1f1cd69 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Nov 7 08:44:01 2021 +0000 Attempt to avoid CI test failures --- test/org/apache/jasper/servlet/TestJspServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/jasper/servlet/TestJspServlet.java b/test/org/apache/jasper/servlet/TestJspServlet.java index 5b24e82..f151214 100644 --- a/test/org/apache/jasper/servlet/TestJspServlet.java +++ b/test/org/apache/jasper/servlet/TestJspServlet.java @@ -59,7 +59,7 @@ public class TestJspServlet extends TomcatBaseTest { tomcat.start(); int rc = methodUrl("http://localhost:" + getPort() + "/test/bug56568", - new ByteChunk(), 5000, null, null, "PUT"); + new ByteChunk(), 10000, null, null, "PUT"); // Make sure we get the original 500 response and not a 405 response // which would indicate that error.jsp is complaining about being called --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org