You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/05/30 19:54:22 UTC

[maven-surefire] branch SUREFIRE-1733 updated: performance problem on Windows nodes

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

tibordigana pushed a commit to branch SUREFIRE-1733
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/SUREFIRE-1733 by this push:
     new e1a9510  performance problem on Windows nodes
e1a9510 is described below

commit e1a9510f3f25cf33655c630aeae5b0d612ebf87e
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat May 30 21:54:15 2020 +0200

    performance problem on Windows nodes
---
 surefire-its/pom.xml                                    | 2 +-
 surefire-its/src/test/resources/fail-fast-junit/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml
index 42e3ec5..7cfcd97 100644
--- a/surefire-its/pom.xml
+++ b/surefire-its/pom.xml
@@ -175,7 +175,7 @@
                     <forkMode>once</forkMode>
                     <argLine>-server -Xmx64m -XX:+UseG1GC -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
                     <includes>
-                        <include>org/apache/**/*IT*.java</include>
+                        <include>org/apache/**/FailFast*IT.java</include>
                     </includes>
                     <!-- Pass current surefire version to the main suite so that it -->
                     <!-- can forward to all integration test projects. SUREFIRE-513 -->
diff --git a/surefire-its/src/test/resources/fail-fast-junit/pom.xml b/surefire-its/src/test/resources/fail-fast-junit/pom.xml
index 0556f4c..6dca1d5 100644
--- a/surefire-its/src/test/resources/fail-fast-junit/pom.xml
+++ b/surefire-its/src/test/resources/fail-fast-junit/pom.xml
@@ -54,7 +54,7 @@
         <configuration>
           <runOrder>alphabetical</runOrder>
           <forkMode>once</forkMode><!--override to default value in order to enable forkCount-->
-          <argLine>-Xms16m -Xmx32m</argLine>
+          <argLine>-Xms64m -Xmx128m</argLine>
         </configuration>
       </plugin>
     </plugins>