mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-05 20:22:15 +00:00
Merge pull request #382 from facebook/longer-async-wait
Longer timeout for async tests
This commit is contained in:
commit
1dc4b42dce
@ -443,6 +443,7 @@
|
|||||||
058D09C5195D04C000B7D73C /* AsyncDisplayKitTests */ = {
|
058D09C5195D04C000B7D73C /* AsyncDisplayKitTests */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
29CDC2E11AAE70D000833CA4 /* ASBasicImageDownloaderContextTests.m */,
|
||||||
296A0A341A951ABF005ACEAA /* ASBatchFetchingTests.m */,
|
296A0A341A951ABF005ACEAA /* ASBatchFetchingTests.m */,
|
||||||
2911485B1A77147A005D0878 /* ASControlNodeTests.m */,
|
2911485B1A77147A005D0878 /* ASControlNodeTests.m */,
|
||||||
058D0A2D195D057000B7D73C /* ASDisplayLayerTests.m */,
|
058D0A2D195D057000B7D73C /* ASDisplayLayerTests.m */,
|
||||||
@ -450,7 +451,6 @@
|
|||||||
058D0A2F195D057000B7D73C /* ASDisplayNodeTests.m */,
|
058D0A2F195D057000B7D73C /* ASDisplayNodeTests.m */,
|
||||||
058D0A30195D057000B7D73C /* ASDisplayNodeTestsHelper.h */,
|
058D0A30195D057000B7D73C /* ASDisplayNodeTestsHelper.h */,
|
||||||
058D0A31195D057000B7D73C /* ASDisplayNodeTestsHelper.m */,
|
058D0A31195D057000B7D73C /* ASDisplayNodeTestsHelper.m */,
|
||||||
29CDC2E11AAE70D000833CA4 /* ASBasicImageDownloaderContextTests.m */,
|
|
||||||
052EE0651A159FEF002C6279 /* ASMultiplexImageNodeTests.m */,
|
052EE0651A159FEF002C6279 /* ASMultiplexImageNodeTests.m */,
|
||||||
058D0A32195D057000B7D73C /* ASMutableAttributedStringBuilderTests.m */,
|
058D0A32195D057000B7D73C /* ASMutableAttributedStringBuilderTests.m */,
|
||||||
3C9C128419E616EF00E942A0 /* ASTableViewTests.m */,
|
3C9C128419E616EF00E942A0 /* ASTableViewTests.m */,
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
[context cancel];
|
[context cancel];
|
||||||
[self waitForExpectationsWithTimeout:0.1 handler:nil];
|
[self waitForExpectationsWithTimeout:30.0 handler:nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)testContextSessionCanceled
|
- (void)testContextSessionCanceled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user