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 f75984e1b8 Differences are clear which allows a much shorter test f75984e1b8 is described below commit f75984e1b8016c7d89a29b60a6a982b3319c51af Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Dec 4 14:01:29 2023 +0000 Differences are clear which allows 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