mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Revert an increase of test timeouts for debugging that was accidentally
committed Change-Id: I58cfdc50ba8fb929a3cb37f60754209494e9fad3 Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
This commit is contained in:
parent
a121f85c83
commit
f413507257
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public class SemanticHighlightingTest extends TestCase {
|
|||
BaseTestCase.waitForIndexer(fCProject);
|
||||
fEditor= (CEditor) EditorTestHelper.openInEditor(ResourceTestHelper.findFile("/SHTest/" + sourceFileName), true);
|
||||
fSourceViewer= EditorTestHelper.getSourceViewer(fEditor);
|
||||
assertTrue(EditorTestHelper.joinReconciler(fSourceViewer, 0, 1000000, 1000));
|
||||
assertTrue(EditorTestHelper.joinReconciler(fSourceViewer, 0, 10000, 100));
|
||||
EditorTestHelper.joinBackgroundActivities();
|
||||
|
||||
fIndex = CCorePlugin.getIndexManager().getIndex(fCProject);
|
||||
|
|
Loading…
Add table
Reference in a new issue