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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 0b03c7a  Even longer timeout for Travis
0b03c7a is described below

commit 0b03c7a79d77f138a3053d86bcbdd8fb836e6d6b
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 ab42d7a..21ab308 100644
--- a/test/org/apache/catalina/loader/TestVirtualContext.java
+++ b/test/org/apache/catalina/loader/TestVirtualContext.java
@@ -316,8 +316,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