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 f2d0400  Increase timeout for CI
f2d0400 is described below

commit f2d0400c92b1abb4d8c6c4eaacbc322d22ae38b3
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 25 07:36:16 2021 +0000

    Increase timeout for CI
---
 test/org/apache/jasper/servlet/TestJspServlet.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/org/apache/jasper/servlet/TestJspServlet.java 
b/test/org/apache/jasper/servlet/TestJspServlet.java
index 8f71da1..ecc0bf8 100644
--- a/test/org/apache/jasper/servlet/TestJspServlet.java
+++ b/test/org/apache/jasper/servlet/TestJspServlet.java
@@ -58,8 +58,9 @@ public class TestJspServlet  extends TomcatBaseTest {
 
         tomcat.start();
 
+        // When using JaCoCo, the CI system seems to need a longer timeout
         int rc = methodUrl("http://localhost:"; + getPort() + "/test/bug56568",
-                new ByteChunk(), 10000, null, null, "PUT");
+                new ByteChunk(), 30000, 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

Reply via email to