From 8b01ed9b2c8a2c43f5aebc51fe200c89be82ce35 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Mon, 26 Oct 2015 15:40:27 -0400 Subject: [PATCH] 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 --- dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml | 4 ++-- 1 file 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 @@ -Dcdt.tests.dsf.gdb.path=/shared/common/gdb/gdb-all/bin AutomatedSuite.java + 1 - @@ -58,7 +58,7 @@ ${tycho-version} false - ${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption} + ${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier} **/${gdbTestSuite}