You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/02/14 15:19:55 UTC

[knox] branch master updated: KNOX-1709 - Limit parallelism for slower laptops

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new ffc5160  KNOX-1709 - Limit parallelism for slower laptops
ffc5160 is described below

commit ffc516043b772cde2d85262880d59ae3860c951a
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Feb 14 09:29:00 2019 -0500

    KNOX-1709 - Limit parallelism for slower laptops
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 gateway-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-test/pom.xml b/gateway-test/pom.xml
index dd681c8..57dc0c4 100644
--- a/gateway-test/pom.xml
+++ b/gateway-test/pom.xml
@@ -297,7 +297,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <forkCount>1C</forkCount>
+                    <forkCount>2</forkCount>
                     <reuseForks>false</reuseForks>
                     <systemPropertyVariables>
                         <project.version>${project.version}</project.version>