We're attempting to access an object's attribute that doesn't exist in the object. When TestComplete is run it appears to "hang" on this object for around ~5 seconds before moving on other code. Is there a way to prevent TestComplete from waiting on the object's attribute if it doesn't exist?
For example the Page object doesn't have the "ObjectLabel" attribute in it, and below is an example of the attribute trying to be accessed, it displays the ObjectLabel and a loading bar with significant wait time.