Commit 506c6637 by Brent Gulanowski

Possible fix for periodic crash in tests.

parent 3ba432eb
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
[operation cancel]; [operation cancel];
}]; }];
[self waitForExpectationsWithTimeout:4.0 handler:^(NSError *error) {}]; [self waitForExpectationsWithTimeout:5.0 handler:^(NSError *error) {}];
} }
- (void)testCancellationWithoutQueue - (void)testCancellationWithoutQueue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment