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 b6d3de5d5f Increase wait time - I am seeing test failures on local VMs. b6d3de5d5f is described below commit b6d3de5d5f5d7705e4b2b9a58ae3fbd9678b1d08 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri May 5 15:44:48 2023 +0100 Increase wait time - I am seeing test failures on local VMs. --- test/org/apache/catalina/valves/TestAccessLogValve.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/valves/TestAccessLogValve.java b/test/org/apache/catalina/valves/TestAccessLogValve.java index f2e6196871..c270544310 100644 --- a/test/org/apache/catalina/valves/TestAccessLogValve.java +++ b/test/org/apache/catalina/valves/TestAccessLogValve.java @@ -54,7 +54,7 @@ public class TestAccessLogValve extends TomcatBaseTest { // Requests can return in the client before log() has been called private static final long SLEEP = 2; - private static final long SLEEP_MAX = 100; + private static final long SLEEP_MAX = 1000; private static final String TEXT_TYPE = "text"; private static final String JSON_TYPE = "json"; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org