We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf54f2 commit 1b4b86eCopy full SHA for 1b4b86e
Parse/Parse.xcodeproj/xcshareddata/xcschemes/Parse-macOS.xcscheme
@@ -54,8 +54,7 @@
54
</MacroExpansion>
55
<Testables>
56
<TestableReference
57
- skipped = "NO"
58
- parallelizable = "YES">
+ skipped = "NO">
59
<BuildableReference
60
BuildableIdentifier = "primary"
61
BlueprintIdentifier = "81C09F501AF97A490043B49C"
Parse/Tests/Other/TestCases/UnitTestCase/PFUnitTestCase.m
@@ -37,7 +37,7 @@ - (void)setUp {
37
38
[Parse setApplicationId:self.applicationId clientKey:self.clientKey];
39
40
- [self waitForExpectations:@[expect] timeout:2];
+ [self waitForExpectations:@[expect] timeout:10];
41
}
42
43
- (void)tearDown {
0 commit comments