I encounter a problem from our QA team, our QA team want to test the our app can manage rightly when time out happend sending the NSMutableURLRequest, according to a post on the Apple developer forum, the minimum timeout interval for POST is 240s NSMutableURLRequest timeout interval not taken into consideration for POST requests
But how can I make this request timeout, even don't change the server code.