Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-03 14:13:30 +0000
committerMatthias Sohn2018-12-03 14:54:16 +0000
commit0384d1074d5c3607eb97821fc9c1b3bde11f8f82 (patch)
tree64fe88aa4c1ff3d0289f9877786b8f6621f30de6 /org.eclipse.mylyn.github.tests
parent436c5ca52a378f0d035e3293c20444b85c7fbb83 (diff)
downloadegit-github-0384d1074d5c3607eb97821fc9c1b3bde11f8f82.tar.gz
egit-github-0384d1074d5c3607eb97821fc9c1b3bde11f8f82.tar.xz
egit-github-0384d1074d5c3607eb97821fc9c1b3bde11f8f82.zip
Fix max heap size configuration for org.eclipse.mylyn.github.tests
Change-Id: I0b185d1c07de77bea61c46f153912e6ed4eab9a1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests')
-rw-r--r--org.eclipse.mylyn.github.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml
index d70b9da8..c105afd3 100644
--- a/org.eclipse.mylyn.github.tests/pom.xml
+++ b/org.eclipse.mylyn.github.tests/pom.xml
@@ -25,10 +25,10 @@
<packaging>eclipse-test-plugin</packaging>
<name>Eclipse EGit Mylyn GitHub Test Plug-in</name>
-
+
<properties>
<test.vmparams></test.vmparams>
- <uitest.vmparams>-Xmx512m -Dorg.eclipse.swtbot.search.timeout=30000 -Dorg.eclipse.swtbot.screenshots.dir=target/screenshots -Xmx1024m</uitest.vmparams>
+ <uitest.vmparams>-Xmx1024m -Dorg.eclipse.swtbot.search.timeout=30000 -Dorg.eclipse.swtbot.screenshots.dir=target/screenshots</uitest.vmparams>
</properties>
<build>

Back to the top