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 7b9dcab Travis build nodes have 2 cores so limit tests to 2 threads.
7b9dcab is described below
commit 7b9dcab1df9ffc81fce87986bcf3933e646a035d
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Feb 25 17:24:58 2021 +0000
Travis build nodes have 2 cores so limit tests to 2 threads.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index ef677ef..4ab633f 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=8" >> build.properties
+ - echo "test.threads=2" >> 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: [email protected]
For additional commands, e-mail: [email protected]