1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

debug tests: add missing massageTimeout

Change-Id: I6be611a345de90f36996151fb910449292938f15
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
This commit is contained in:
Simon Marchi 2015-02-11 13:29:22 -05:00 committed by Gerrit Code Review @ Eclipse.org
parent 61ee8133f2
commit 18a8a45323

View file

@ -369,7 +369,7 @@ public class SyncUtil {
MIStoppedEvent.class);
// Wait for the execution to suspend
return eventWaitor.waitForEvent(timeout);
return eventWaitor.waitForEvent(TestsPlugin.massageTimeout(timeout));
}
public static MIStoppedEvent runToLocation(String location) throws Throwable {