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 7d5e105  Even longer timeout for Travis
7d5e105 is described below

commit 7d5e1058ae08a0004c8efe14c84b51cd8b07e2e0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Aug 19 19:09:58 2020 +0100

    Even longer timeout for Travis
---
 test/org/apache/catalina/loader/TestVirtualContext.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/org/apache/catalina/loader/TestVirtualContext.java 
b/test/org/apache/catalina/loader/TestVirtualContext.java
index 65166d5..c321421 100644
--- a/test/org/apache/catalina/loader/TestVirtualContext.java
+++ b/test/org/apache/catalina/loader/TestVirtualContext.java
@@ -323,8 +323,9 @@ public class TestVirtualContext extends TomcatBaseTest {
         //       VM running the buildbot instance. Increasing this to 10s 
should
         //       avoid these failures.
         //       With the additional of Travis CI, failures continued to
-        //       observed with a 10s timeout. It was therefore increased to 
20s.
-        int sc = getUrl("http://localhost:"; + getPort() + pageUrl, res, 20000,
+        //       observed with a 10s timeout. It was therefore increased to 20s
+        //       and then 30s.
+        int sc = getUrl("http://localhost:"; + getPort() + pageUrl, res, 30000,
                 null, null);
 
         Assert.assertEquals(expectedStatus, sc);


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to