Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-09-18 20:58:54 +0000
committerMartin Taal2012-09-18 20:58:54 +0000
commit9625f44a1298eb8aacecc5ada3c99118a0bd77cf (patch)
tree36063b3b152f64f0b79300c9be2fa5c7baed21cf /tests/org.eclipse.emf.teneo.hibernate.test
parent4aaca78783da7a34e5df316db0780fc5674cb62c (diff)
downloadorg.eclipse.emf.teneo-9625f44a1298eb8aacecc5ada3c99118a0bd77cf.tar.gz
org.eclipse.emf.teneo-9625f44a1298eb8aacecc5ada3c99118a0bd77cf.tar.xz
org.eclipse.emf.teneo-9625f44a1298eb8aacecc5ada3c99118a0bd77cf.zip
Upped the memory of the test launch
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test')
-rwxr-xr-xtests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch b/tests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch
index 50bb44ceb..bf9fee0e9 100755
--- a/tests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch
@@ -13,5 +13,5 @@
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.teneo.hibernate.test.AllTests"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.teneo.hibernate.test"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx1500m"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx2000m"/>
</launchConfiguration>

Back to the top