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 2021/11/24 14:13:22 UTC

[tomcat] branch 8.5.x updated: Another test where the CI system seems to need longer

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 7f68668  Another test where the CI system seems to need longer
7f68668 is described below

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