UI Testing - Waiting for app to idle

When we launch a UI test with our application, the test hangs at "Waiting for app to idle", and eventually the test times out.


Our application consists of a tab view controller, if you tap on any of the tabs, it seems to pull out of the "Waiting to idle" phase and actually runs the test.


Has anyone seen this issue, or have an idea about how to go about debugging it?

Having the same issue, pull down the list inside the tableview is able to get pass the "Waiting for app to idle".

UI Testing - Waiting for app to idle
 
 
Q