Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-02-07 15:35:15 +0000
committerDJ Houghton2011-02-07 15:35:15 +0000
commitb3c8a24b4ad864f736158b85c8430995d2192284 (patch)
tree9bd1caf75a0206fd5452e93c5ba56203f006728d /bundles/org.eclipse.equinox.p2.tests/test.xml
parent35f252c4748e35ef2a3cd0db393496658fed68ae (diff)
downloadrt.equinox.p2-b3c8a24b4ad864f736158b85c8430995d2192284.tar.gz
rt.equinox.p2-b3c8a24b4ad864f736158b85c8430995d2192284.tar.xz
rt.equinox.p2-b3c8a24b4ad864f736158b85c8430995d2192284.zip
Bug 334904 - failing p2 tests on hudson
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/test.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/test.xml b/bundles/org.eclipse.equinox.p2.tests/test.xml
index a6ba7ca21..93c8214d9 100644
--- a/bundles/org.eclipse.equinox.p2.tests/test.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/test.xml
@@ -46,6 +46,7 @@
<property name="data-dir" value="${p2_location}" />
<property name="plugin-name" value="org.eclipse.equinox.p2.tests" />
<property name="classname" value="org.eclipse.equinox.p2.tests.AutomatedTests" />
+ <property name="extraVMargs" value="-XX:MaxPermSize=256m" />
</ant>
</target>

Back to the top