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/06/16 08:56:02 UTC

[tomcat] branch 8.5.x updated: Extend the time allowed for tests to complete

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 3276fb5  Extend the time allowed for tests to complete
3276fb5 is described below

commit 3276fb532540d6563423302a7ff67c656c8db78d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 16 09:54:15 2021 +0100

    Extend the time allowed for tests to complete
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1156345..0549d63 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,7 +72,7 @@ install:
 
 script:
     - ant -q clean
-    - travis_wait 60 "./.travis/antTest.sh"
+    - travis_wait 120 "./.travis/antTest.sh"
 
 after_failure:
     - tail -n 5000 ant-test.log

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