This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit ec8f903f019b65bfe3a941a78bd39d09e254573f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Dec 4 14:01:29 2023 +0000

    Differences are clear which a much shorter test
---
 test/webapp/bug6nnnn/bug64872b-timeunit.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/webapp/bug6nnnn/bug64872b-timeunit.jsp 
b/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
index 679925f836..84256713b1 100644
--- a/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
+++ b/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
@@ -19,7 +19,7 @@
   <head><title>Bug 64872b TimeUnit test case</title></head>
   <body>
   <%
-  for (int i=0; i < 100000; i++) {
+  for (int i=0; i < 5000; i++) {
   %>
     <p>01 The value of foo is [<ts:tagTimeUnit foo="SECONDS" />]</p>
   <%


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to