1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Don't use the junit timeout feature. It's too rigid and is a pain when troubleshooting issues.

This commit is contained in:
John Cortell 2010-05-25 22:47:12 +00:00
parent 85162ebd30
commit da1f29806f

View file

@ -2317,6 +2317,7 @@ public class MIExpressionsTest extends BaseTestCase {
* to make sure that the parent is re-created once and only once.
* We had a bug where we would enter an infinite loop in this case.
*/
@Test
public void testConcurrentUpdateOutOfScopeChildThenParent() throws Throwable {
SyncUtil.runToLocation("testConcurrentUpdateOutOfScopeChildThenParent");
MIStoppedEvent stoppedEvent = SyncUtil.step(2, StepType.STEP_INTO);