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:
parent
85162ebd30
commit
da1f29806f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue