diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/nonstop/ThreadStackFrameSyncTest.java b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/nonstop/ThreadStackFrameSyncTest.java index 5a6df296318..13c6178e896 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/nonstop/ThreadStackFrameSyncTest.java +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/nonstop/ThreadStackFrameSyncTest.java @@ -225,7 +225,7 @@ public void testGdbSyncServiceCanSwitchGDBStackFrame() throws Throwable { final IFrameDMContext frame0 = SyncUtil.getStackFrame(1, 0); // do a few of times - for (int i = 0; i < 50; i++) { + for (int i = 0; i < 10; i++) { // have the sync service switch stack frame to 1 Query query1 = new Query<>() { @Override