Skip to content

Commit

Permalink
More time for stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Nov 21, 2016
1 parent c494205 commit 75467e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Markdown.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 65285FF81C86028700A67889 /* Build configuration list for PBXNativeTarget "Markdown" */;
buildPhases = (
965FCFE41C872299006E84C5 /* Check Carthage Checkouts direcotry */,
965FCFE41C872299006E84C5 /* Check Carthage Checkouts directory */,
65285FDF1C86028600A67889 /* Sources */,
65285FE01C86028600A67889 /* Frameworks */,
65285FE11C86028600A67889 /* Headers */,
Expand Down Expand Up @@ -212,14 +212,14 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
965FCFE41C872299006E84C5 /* Check Carthage Checkouts direcotry */ = {
965FCFE41C872299006E84C5 /* Check Carthage Checkouts directory */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Carthage Checkouts direcotry";
name = "Check Carthage Checkouts directory";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
2 changes: 1 addition & 1 deletion Tests/MarkdownTests/MarkdownTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class MarkdownTests: XCTestCase {
}
}

self.waitForExpectations(timeout: 30, handler: nil)
self.waitForExpectations(timeout: 60, handler: nil)
}

#endif
Expand Down

0 comments on commit 75467e8

Please sign in to comment.