mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Fix semantic highlighting test failures
This commit is contained in:
parent
77ae76afc6
commit
22b507266d
2 changed files with 2 additions and 1 deletions
|
@ -527,7 +527,7 @@ public class SemanticHighlightingReconciler implements ICReconcilingListener {
|
|||
}
|
||||
};
|
||||
// fJob.setSystem(true);
|
||||
fJob.setPriority(Job.DECORATE);
|
||||
fJob.setPriority(Job.SHORT);
|
||||
fJob.schedule();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -114,6 +114,7 @@ public class CReconcilingStrategy implements IReconcilingStrategy, IReconcilingS
|
|||
if (index != null) {
|
||||
index.releaseReadLock();
|
||||
}
|
||||
fProgressMonitor.setCanceled(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue