Add longer test timeout
This commit is contained in:
parent
0c38a6ca2d
commit
7c538aaa67
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue