1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Use TestsPlugin.massageTimeout in resumeUntilStopped

The targets that define dsf.gdb.tests.timeout.multiplier need extra time to execute in resumeUntilStopped.

Change-Id: I2de513ea2de63d4276a49fb6daa4aa6892a5e843
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Reviewed-on: https://git.eclipse.org/r/35907
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Simon Marchi 2014-11-04 13:31:02 -05:00 committed by Marc Khouzam
parent ab31b3bcbb
commit 6c9b53ea60

View file

@ -311,7 +311,7 @@ public class SyncUtil {
});
// Wait for the execution to suspend after the step
return eventWaitor.waitForEvent(timeout);
return eventWaitor.waitForEvent(TestsPlugin.massageTimeout(timeout));
}
public static MIStoppedEvent resumeUntilStopped() throws Throwable {