You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2014/03/12 20:36:03 UTC

[2/2] git commit: IT speedup not possible - reverted back

IT speedup not possible - reverted back


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/8d88c2d6
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/8d88c2d6
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/8d88c2d6

Branch: refs/heads/master
Commit: 8d88c2d66c4980356d094a7d64beb8ae073959ab
Parents: f81de6f
Author: Tibor Digana <ti...@lycos.com>
Authored: Mon Mar 10 02:31:56 2014 +0100
Committer: Andreas Gudian <ag...@apache.org>
Committed: Tue Mar 11 19:30:38 2014 +0100

----------------------------------------------------------------------
 surefire-integration-tests/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/8d88c2d6/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index ca5ea58..ee15ac2 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -96,8 +96,7 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <version>${shadedVersion}</version>
         <configuration>
-          <threadCount>2</threadCount>
-          <parallel>methods</parallel>
+          <threadCount>1</threadCount>
           <perCoreThreadCount>false</perCoreThreadCount>
           <forkMode>never</forkMode>
           <argLine>-Xmx512m -XX:MaxPermSize=356m</argLine>