1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00
cdt/core
Marc-Andre Laperle c14f675a8e Add a timeout multipler for DisplayHelper
DisplayHelper is used to run the event loop until a condition is met
or until a maximum timeout is reached. This timeout varies between
hundreds of milliseconds to a few seconds. When the tests are running
on a machine that is known to be quite under load (Hudson), the
timeouts in the milliseconds are too optimistics as there can be a
lot of other things running at the same time on the machine.

This change adds a multipler (default 1) that can be controlled from
the maven command line, for example:
-Dorg.eclipse.cdt.ui.testplugin.DisplayHelper.TIMEOUT_MULTIPLIER=5

Change-Id: I9c1517ac2641768e8ae0f4508bf9a008931ef805
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2016-09-01 15:23:52 -04:00
..
org.eclipse.cdt.core Allow participants in CMake toolchain file management. 2016-08-31 15:03:29 -04:00
org.eclipse.cdt.core.aix Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.linux Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.linux.ppc Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.linux.ppc64 Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.linux.ppc64le Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.linux.x86 Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.linux.x86_64 Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.macosx Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.native Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.tests Bug 424068 - [C++11] Inheriting constructors 2016-08-24 03:55:43 -04:00
org.eclipse.cdt.core.win32 Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.win32.x86 Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.core.win32.x86_64 Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.ui Bug 500178 - NPE in Rename refactoring 2016-08-24 07:58:10 -04:00
org.eclipse.cdt.ui.tests Add a timeout multipler for DisplayHelper 2016-09-01 15:23:52 -04:00