Commit 5590e6b7 by Brent Gulanowski

Maybe a long delay will fix this sporadic test failure.

parent 1b5b9bfe
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
[operation cancel]; [operation cancel];
}]; }];
[self waitForExpectationsWithTimeout:5.0 handler:^(NSError *error) {}]; [self waitForExpectationsWithTimeout:10.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