Add longer test timeout
This commit is contained in:
parent
0c38a6ca2d
commit
7c538aaa67
@ -257,6 +257,8 @@
|
||||
}
|
||||
|
||||
- (void)testPostWithParameters {
|
||||
[Expecta setAsynchronousTestTimeout:5.0];
|
||||
|
||||
__block id blockResponseObject = nil;
|
||||
[self.client postPath:@"/post" parameters:@{ @"key": @"value" } success:^(AFHTTPRequestOperation *operation, id responseObject) {
|
||||
blockResponseObject = responseObject;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user