Skip to content

Commit

Permalink
Update the maximum amount of time that an alert might take to be dism…
Browse files Browse the repository at this point in the history
…issed.

It is a bit longer on iOS 7 than previously (and will not harm anything
to be longer across the board).
  • Loading branch information
Jeff Wear committed Oct 15, 2013
1 parent 839b997 commit 5caeacc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@
so that their alert's delegate receives its callbacks before the tests
continue, assuming that the tests are waiting-with-timeout on `didHandleAlert`.
*/
static const NSTimeInterval SLAlertHandlerManualDelay = 0.25;
static const NSTimeInterval SLAlertHandlerManualDelay = 0.5;


#pragma mark - SLAlertHandler
Expand Down

0 comments on commit 5caeacc

Please sign in to comment.