mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
parent
cc67bd3b59
commit
5007c8b337
1 changed files with 2 additions and 2 deletions
|
@ -3234,8 +3234,8 @@ public class GDBMultiNonStopRunControlTest extends BaseParametrizedTestCase {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
eventWaitor.waitForEvent(TestsPlugin.massageTimeout(100)); // confirm one thread was suspended
|
eventWaitor.waitForEvent(TestsPlugin.massageTimeout(1000)); // confirm one thread was suspended
|
||||||
eventWaitor.waitForEvent(TestsPlugin.massageTimeout(100)); // confirm the other thread was suspended
|
eventWaitor.waitForEvent(TestsPlugin.massageTimeout(1000)); // confirm the other thread was suspended
|
||||||
|
|
||||||
// Also confirm that all processes are suspended
|
// Also confirm that all processes are suspended
|
||||||
Boolean result = runAsyncCall(new AsyncRunnable<Boolean>() {
|
Boolean result = runAsyncCall(new AsyncRunnable<Boolean>() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue