Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
Most likely, the object in question has the "Extended Find" flag set to true. This means that there may be ancestor objects of the object that are "collapsed" and not actually mapped. In this situation, TestComplete spends more processing time searching for the object... and it will, occasionally, time out.
The fix:
1) Go to Tools | Options | Engines | NameMapping and uncheck the box that says "Use extended find when possible"
2) Go to those objects that are being reported as taking too much time and add mapping for the "missing" ancestor objects.
If you go to those "Taking too much time" messages, there is an "Additional Information" tab that gives some more information.