Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-05-22 17:37:40 +0000
committerMatthias Sohn2019-05-22 17:37:40 +0000
commitbed7a45fb51fe8e89b32395053e64fc4b1d59ffc (patch)
tree61483d9d00614acf3276492d52fc358157764aa9 /org.eclipse.jgit.pgm.test/pom.xml
parentd31716f883a25789c85a1043451a13efc7090d97 (diff)
parent82169296184acdbb8e9ce588f34e8c083dd4c4c1 (diff)
downloadjgit-bed7a45fb51fe8e89b32395053e64fc4b1d59ffc.tar.gz
jgit-bed7a45fb51fe8e89b32395053e64fc4b1d59ffc.tar.xz
jgit-bed7a45fb51fe8e89b32395053e64fc4b1d59ffc.zip
Merge branch 'master' into stable-5.4
* master: ReachabilityCheckers: @since 5.4 Update Orbit to S20190521195709 for 2019-06 M3 Tune max heap size for tests GPG: check that the key found is a signing key GPG: use key fingerprint suffix to compare id for signing key Recognize ReachabilityCheckerTestCase as helper UploadPack: restore inadvertently deleted line UploadPack: Use reachability checker to validate non-advertised wants Bazel: Simplify names of bouncy castle libraries Convert to lambda or member reference BitmappedReachabilityChecker: Reachability check using bitmaps BitmapCalculator: Get the reachability bitmap of a commit ReachabilityChecker: Default implementation with a RevWalk Change-Id: I323c460853230abcffa94c4f34f15dbaff8c330c
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>

Back to the top