Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Richard2015-02-11 09:46:51 +0000
committerAxel Richard2015-02-11 09:46:51 +0000
commit46df54f5273d656c30ae05a8af5104860477edb5 (patch)
treecb27be12b1f74fe979d5175f08af101848cb981f
parent5010820c2bec6aa3cabe568ae58e934c85f0e80b (diff)
downloadorg.eclipse.emf.compare-46df54f5273d656c30ae05a8af5104860477edb5.tar.gz
org.eclipse.emf.compare-46df54f5273d656c30ae05a8af5104860477edb5.tar.xz
org.eclipse.emf.compare-46df54f5273d656c30ae05a8af5104860477edb5.zip
[UI Tests] Update q7 tests config
Change-Id: Ie9104724160a38c22b53903162ad3b0f5887690d Signed-off-by: Axel Richard <axel.richard@obeo.fr>
-rw-r--r--plugins/org.eclipse.emf.compare.q7.tests/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.q7.tests/pom.xml b/plugins/org.eclipse.emf.compare.q7.tests/pom.xml
index 93ef0a8c9..5158ee301 100644
--- a/plugins/org.eclipse.emf.compare.q7.tests/pom.xml
+++ b/plugins/org.eclipse.emf.compare.q7.tests/pom.xml
@@ -71,6 +71,10 @@
<configuration>
<aut>
<explicit>${project.build.directory}/${profile-id}/eclipse</explicit>
+ <vmArgs>
+ <vmArg>-Xmx2048m</vmArg>
+ <vmArg>-XX:MaxPermSize=512m</vmArg>
+ </vmArgs>
</aut>
<testFailureIgnore>${testFailureIgnore}</testFailureIgnore>
<suites>
@@ -102,6 +106,10 @@
<configuration>
<aut>
<explicit>${project.build.directory}/${profile-id}/eclipse</explicit>
+ <vmArgs>
+ <vmArg>-Xmx2048m</vmArg>
+ <vmArg>-XX:MaxPermSize=512m</vmArg>
+ </vmArgs>
</aut>
<testFailureIgnore>${testFailureIgnore}</testFailureIgnore>
<suites>
@@ -130,6 +138,10 @@
<configuration>
<aut>
<explicit>${project.build.directory}/${profile-id}/eclipse</explicit>
+ <vmArgs>
+ <vmArg>-Xmx2048m</vmArg>
+ <vmArg>-XX:MaxPermSize=512m</vmArg>
+ </vmArgs>
</aut>
<testFailureIgnore>${testFailureIgnore}</testFailureIgnore>
<suites>
@@ -158,6 +170,10 @@
<configuration>
<aut>
<explicit>${project.build.directory}/${profile-id}/eclipse</explicit>
+ <vmArgs>
+ <vmArg>-Xmx2048m</vmArg>
+ <vmArg>-XX:MaxPermSize=512m</vmArg>
+ </vmArgs>
</aut>
<testFailureIgnore>${testFailureIgnore}</testFailureIgnore>
<suites>

Back to the top