This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 3d8f94d Extend the time allowed for tests to complete 3d8f94d is described below commit 3d8f94da636f0e9bf70e7487889b2fae5080b130 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 8556c36..75b0b24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,7 +80,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org