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
The following commit(s) were added to refs/heads/main by this push: new b917f0b2fb Increase wait time - I am seeing test failures on local VMs. b917f0b2fb is described below commit b917f0b2fb76967ec2fc74b4a1072b822e5b8de0 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 495f8bdf15..813737cc9a 100644 --- a/test/org/apache/catalina/valves/TestAccessLogValve.java +++ b/test/org/apache/catalina/valves/TestAccessLogValve.java @@ -56,7 +56,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