Re: [tomcat] branch main updated: Extend the time allowed for tests to complete

2021-06-17 Thread Martin Grigorov
Hi Mark,

On Wed, Jun 16, 2021 at 11:55 AM  wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> markt pushed a commit to branch main
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/main by this push:
>  new 56e439a  Extend the time allowed for tests to complete
> 56e439a is described below
>
> commit 56e439ada85c7c99cf3fa2d1b44bfdeb9a9d43eb
> Author: Mark Thomas 
> 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"
>

I don't think this helps.
The maximum time for a job at TravisCI is 50 mins for public repositories,
and 120 mins for private ones.
In our case it is 50 mins.


>
>  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
>
>


[tomcat] branch main updated: Extend the time allowed for tests to complete

2021-06-16 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 56e439a  Extend the time allowed for tests to complete
56e439a is described below

commit 56e439ada85c7c99cf3fa2d1b44bfdeb9a9d43eb
Author: Mark Thomas 
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