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

commit 1d9772caaaac22d52e5e876ce71c4b7841e6156f
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 e467d96..00b615c 100644
--- a/test/org/apache/catalina/loader/TestVirtualContext.java
+++ b/test/org/apache/catalina/loader/TestVirtualContext.java
@@ -322,8 +322,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