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:11 UTC

[tomcat] branch 10.0.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 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

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