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:54:56 UTC

[tomcat] branch main 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 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 <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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


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

Posted by Martin Grigorov <mg...@apache.org>.
Hi Mark,

On Wed, Jun 16, 2021 at 11:55 AM <ma...@apache.org> 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 <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"
>

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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>