Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-10-26 19:40:27 +0000
committerMarc-Andre Laperle2015-10-26 19:43:10 +0000
commit8b01ed9b2c8a2c43f5aebc51fe200c89be82ce35 (patch)
tree7bda4efd287f85ac0c10447ecfee885b2c7b51c2 /dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
parentc44b5705041b73f1dba42ccd07ae1492d6e9729f (diff)
downloadorg.eclipse.cdt-8b01ed9b2c8a2c43f5aebc51fe200c89be82ce35.tar.gz
org.eclipse.cdt-8b01ed9b2c8a2c43f5aebc51fe200c89be82ce35.tar.xz
org.eclipse.cdt-8b01ed9b2c8a2c43f5aebc51fe200c89be82ce35.zip
Add dsf.gdb.tests.timeout.multiplier property to pom.xml
This allows specifying the multiplier on the command line and pass it along to the tests. Change-Id: I35cb764a6494a0eb98e5e2205a47522935c2b206 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml')
-rw-r--r--dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
index a459179ceb7..29eafaf222c 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
@@ -18,8 +18,8 @@
<properties>
<gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb/gdb-all/bin</gdbPathOption>
<gdbTestSuite>AutomatedSuite.java</gdbTestSuite>
+ <dsf.gdb.tests.timeout.multiplier>1</dsf.gdb.tests.timeout.multiplier>
</properties>
-
<build>
<plugins>
<plugin>
@@ -58,7 +58,7 @@
<version>${tycho-version}</version>
<configuration>
<useUIHarness>false</useUIHarness>
- <argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption}</argLine>
+ <argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier}</argLine>
<includes>
<include>**/${gdbTestSuite}</include>
</includes>

Back to the top