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 2020/10/09 09:00:58 UTC

[tomcat] branch master updated: Increase threads to 8 as s390x and arm64 are running out of time

This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
     new dda893d  Increase threads to 8 as s390x and arm64 are running out of time
dda893d is described below

commit dda893da40f7f4938e74d130ff1915d714fb7f54
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Oct 9 10:00:19 2020 +0100

    Increase threads to 8 as s390x and arm64 are running out of time
    
    With a VM having only 2 cores I'd expect 4 threads to be sufficient but
    the reduction from 16 to 4 did trigger longer runs and failures so try
    8.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index af37442..d72513a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,7 +71,7 @@ install:
     - cd $CURR_PWD
     - yes | cp build.properties.default build.properties
     - echo >> build.properties
-    - echo "test.threads=4" >> build.properties
+    - echo "test.threads=8" >> build.properties
     - echo "test.relaxTiming=true" >> build.properties
     - echo "test.excludePerformance=true" >> build.properties
     - echo "test.openssl.path=/dev/null/openssl" >> build.properties


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