Failed to receive event delivery confirmation within 20.0s of the original dispatch.

Hi,

I have a UI Test where the test is suposed to insert 1024 characters into a UITextField. For an older devices this sometimes takes more than 20 seconds to occur and then I get a test failure with the message "Failed to receive event delivery confirmation within 20.0s of the original dispatch." In this case taking longer than 20.0 seconds is perfectly reasonable. How can I either (1) increase the 20 second even delivery confimation or (2) catch the failure and not allow it to cause the test to fail. I have tried setting continueAferFailure to true in my SetUp funtion but the test still stops with failure.