You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/02/10 13:57:31 UTC

incubator-tinkerpop git commit: attempt to fix Travis integration

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/travis [created] b61c363de


attempt to fix Travis integration


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b61c363d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/b61c363d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/b61c363d

Branch: refs/heads/travis
Commit: b61c363dea8eea613b22bcbd552ebc62bbafc7b2
Parents: 26aedc7
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Feb 10 13:56:54 2016 +0100
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Feb 10 13:56:54 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b61c363d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 955cef5..04edfd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@ limitations under the License.
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.17</version>
                     <configuration>
-                        <argLine>-Dlog4j.configuration=${log4j-test.properties} -Dbuild.dir=${project.build.directory}
+                        <argLine>-Dlog4j.configuration=${log4j-test.properties} -Dbuild.dir=${project.build.directory} -Xmx1024m -XX:MaxPermSize=256m
                         </argLine>
                         <excludes>
                             <exclude>**/*IntegrateTest.java</exclude>