mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
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>
This commit is contained in:
parent
c44b570504
commit
8b01ed9b2c
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
||||||
<properties>
|
<properties>
|
||||||
<gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb/gdb-all/bin</gdbPathOption>
|
<gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb/gdb-all/bin</gdbPathOption>
|
||||||
<gdbTestSuite>AutomatedSuite.java</gdbTestSuite>
|
<gdbTestSuite>AutomatedSuite.java</gdbTestSuite>
|
||||||
|
<dsf.gdb.tests.timeout.multiplier>1</dsf.gdb.tests.timeout.multiplier>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<version>${tycho-version}</version>
|
<version>${tycho-version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useUIHarness>false</useUIHarness>
|
<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>
|
<includes>
|
||||||
<include>**/${gdbTestSuite}</include>
|
<include>**/${gdbTestSuite}</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
|
Loading…
Add table
Reference in a new issue