You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/05/05 14:45:14 UTC

[tomcat] branch 10.1.x updated: Increase wait time - I am seeing test failures on local VMs.

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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 87409a1d7e Increase wait time - I am seeing test failures on local VMs.
87409a1d7e is described below

commit 87409a1d7e12932e0057c0a5ea24b6e47fe98248
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org