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 072fe5a  Another test where the CI system seems to need longer
072fe5a is described below

commit 072fe5a97c148bbf67c054dcb9f141b1a8984a2e
Author: Mark Thomas <ma...@apache.org>
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 8974d58..fd26472 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to