Set async timeout to longer than request timeout
This commit is contained in:
parent
75bd257ffe
commit
d10421e511
@ -76,6 +76,8 @@
|
||||
}
|
||||
|
||||
- (void)testThatCancellationOfRequestOperationInvokesFailureCompletionBlock {
|
||||
[Expecta setAsynchronousTestTimeout:10.0];
|
||||
|
||||
__block NSError *blockError = nil;
|
||||
|
||||
NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"/delay/5" relativeToURL:self.baseURL]];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user