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-tck.git
The following commit(s) were added to refs/heads/main by this push:
new 515ba8e Reduce default fork.count to 4
515ba8e is described below
commit 515ba8e11063ae9ff7328a9dd8eb90a38f869358
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jul 22 17:05:12 2024 +0100
Reduce default fork.count to 4
Standard GitHub runners have 4 cores. Have observed one test failing due
to a timeout that might be related to too high a concurrency level
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 17d2194..1d37105 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<tomcat.version>11.0.0-M23-SNAPSHOT</tomcat.version>
<!-- Test run configuration -->
- <fork.count>5</fork.count>
+ <fork.count>4</fork.count>
<!-- TCK versions to test against -->
<tck.el.version>6.0.1</tck.el.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]