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:
parent
ab31b3bcbb
commit
6c9b53ea60
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue