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 366c549 Timing of current and previous tests suggests 4 threads is more efficient 366c549 is described below commit 366c5490162b79ffcad26ba2f11439e982c0ca91 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 2 08:23:01 2021 +0000 Timing of current and previous tests suggests 4 threads is more efficient --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57d6c6c..8033348 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ install: - cd $CURR_PWD - yes | cp build.properties.default build.properties - echo >> build.properties - - echo "test.threads=2" >> build.properties + - echo "test.threads=4" >> 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org