Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-10-18 12:23:40 +0000
committerDani Megert2013-10-18 12:23:40 +0000
commitf8523030fcb891524f5cf6d7cf8d6573a0cea03a (patch)
treece8de7a09b66316b7120741e3f600d69df4e557f
parent575d3264e92cf6beb8e37e2d7b862d081ed23372 (diff)
downloadeclipse.platform.team-I20131023-2000.tar.gz
eclipse.platform.team-I20131023-2000.tar.xz
eclipse.platform.team-I20131023-2000.zip
Fixed bug 419838: Bug_217673.test runs into OOM oftenI20131023-2000I20131022-1300I20131022-0800
-rw-r--r--tests/org.eclipse.team.tests.core/test.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.core/test.xml b/tests/org.eclipse.team.tests.core/test.xml
index 040cc6dc2..39e80dafe 100644
--- a/tests/org.eclipse.team.tests.core/test.xml
+++ b/tests/org.eclipse.team.tests.core/test.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2002, 2011 IBM Corporation and others.
+ Copyright (c) 2002, 2013 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -58,6 +58,7 @@
<!-- the tests have been run should go here. -->
<target name="run" depends="init,suite,cleanup">
<ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
+ <property name="vmargs" value="-Xms250M -Xmx250M"/>
<property name="includes" value="org*.xml"/>
<property name="output-file" value="org.eclipse.team.tests.core.xml"/>
</ant>

Back to the top