I am testing and debugging the expiration block in - beginBackgroundTaskWithExpirationHandler:
.
Is there a way to force the Block call so that it happens quicker, instead of waiting for about 10 minutes each time I need to debug it?
I am not interested in debugging the actual code in the block, rather I am interested in the sequence of calls and the backtrace, etc.; that's why I need the callback itself to happen, but 10 minutes each time is too long!