summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.pgm.test/pom.xml')
-rw-r--r--org.eclipse.jgit.pgm.test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm.test/pom.xml b/org.eclipse.jgit.pgm.test/pom.xml
index 326c28e65e..fcdebdca30 100644
--- a/org.eclipse.jgit.pgm.test/pom.xml
+++ b/org.eclipse.jgit.pgm.test/pom.xml
@@ -109,7 +109,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>@{argLine} -Djava.io.tmpdir=${project.build.directory}</argLine>
+ <argLine>@{argLine} -Xmx512m -Djava.io.tmpdir=${project.build.directory}</argLine>
</configuration>
</plugin>
</plugins>