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 49df1a2 Another test where the CI system seems to need longer
49df1a2 is described below
commit 49df1a2e8d7c92981ed679d1afc10cba231c61c2
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Nov 24 14:12:34 2021 +0000
Another test where the CI system seems to need longer
---
test/org/apache/catalina/core/TestStandardContextValve.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/org/apache/catalina/core/TestStandardContextValve.java
b/test/org/apache/catalina/core/TestStandardContextValve.java
index 12879e1..1805137 100644
--- a/test/org/apache/catalina/core/TestStandardContextValve.java
+++ b/test/org/apache/catalina/core/TestStandardContextValve.java
@@ -74,7 +74,7 @@ public class TestStandardContextValve extends TomcatBaseTest {
// Need to allow time (but not too long in case the test fails) for
// ServletRequestListener to complete
- int i = 20;
+ int i = 40;
while (i > 0) {
if (trace.toString().endsWith("Destroy")) {
break;
@@ -125,7 +125,7 @@ public class TestStandardContextValve extends
TomcatBaseTest {
// Need to allow time (but not too long in case the test fails) for
// ServletRequestListener to complete
- int i = 20;
+ int i = 40;
while (i > 0) {
if (trace.toString().endsWith("Destroy")) {
break;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]