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:55:30 UTC

[tomcat] branch 9.0.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 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 04a5f8a  Extend the time allowed for tests to complete
04a5f8a is described below

commit 04a5f8a349625c2d57238135f4f0738df0cf7445
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