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 ba6bcac2ed Increase wait time - I am seeing test failures on local VMs.
ba6bcac2ed is described below
commit ba6bcac2ed4b78fbdb5263e56fa944aa30ec0475
Author: Mark Thomas <[email protected]>
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 6fcbbebe91..28881a63cc 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: [email protected]
For additional commands, e-mail: [email protected]