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 8662312ff2 Increase timeout to (attempt to) address GitHub CI failures
8662312ff2 is described below
commit 8662312ff2d35dc67a7a4f8b9f4685102d2dc890
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]