Unlikely that the settings caused that.
There is a command you can run from the SlickEdit command line you could try to see if anything stood out taking a long time to tag:
codehelp-update-context-stats
The symbol coloring has timeouts, so it's unlikely to grind for 10 minutes, however, there are difficult cases with multiple levels of type inference, template expansion, and class inheritance, where the amount of computation to evaluate the type of a symbol gets, well, silly. So, in some of those cases, it can exceed the timeout by a small amount, but not 10 minutes, that is very unlikely.