This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 3e4ef18b3a Increase timeout to (attempt to) address GitHub CI failures
3e4ef18b3a is described below
commit 3e4ef18b3a998aebf432406857ab8fcffc4f18a6
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Mar 19 05:47:53 2025 +0000
Increase timeout to (attempt to) address GitHub CI failures
---
test/org/apache/catalina/valves/TestExtendedAccessLogValve.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/catalina/valves/TestExtendedAccessLogValve.java
b/test/org/apache/catalina/valves/TestExtendedAccessLogValve.java
index 52fca78098..30dcb7a5ed 100644
--- a/test/org/apache/catalina/valves/TestExtendedAccessLogValve.java
+++ b/test/org/apache/catalina/valves/TestExtendedAccessLogValve.java
@@ -47,7 +47,7 @@ public class TestExtendedAccessLogValve 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 = 1000;
+ private static final long SLEEP_MAX = 2000;
@Parameterized.Parameters(name = "{index}: pattern=[{0}]")
public static Collection<Object[]> data() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]