diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/nonstop/GDBMultiNonStopRunControlTest.java b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/nonstop/GDBMultiNonStopRunControlTest.java index bc527a729ad..278a40883dd 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/nonstop/GDBMultiNonStopRunControlTest.java +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/nonstop/GDBMultiNonStopRunControlTest.java @@ -3234,8 +3234,8 @@ public class GDBMultiNonStopRunControlTest extends BaseParametrizedTestCase { } }); - eventWaitor.waitForEvent(TestsPlugin.massageTimeout(100)); // confirm one thread was suspended - eventWaitor.waitForEvent(TestsPlugin.massageTimeout(100)); // confirm the other thread was suspended + eventWaitor.waitForEvent(TestsPlugin.massageTimeout(1000)); // confirm one thread was suspended + eventWaitor.waitForEvent(TestsPlugin.massageTimeout(1000)); // confirm the other thread was suspended // Also confirm that all processes are suspended Boolean result = runAsyncCall(new AsyncRunnable() {