Skip to content

Commit f325ab9

Browse files
committed
Increased timeouts further in attempt to make build less flaky.
1 parent 8ace47e commit f325ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CCMenuUITests/GitHubTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class GitHubTests: XCTestCase {
226226
expectation(for: NSPredicate(format: "value BEGINSWITH 'ccmenu2'"), evaluatedWith: titleText)
227227
let descriptionText = window.outlines.staticTexts["Status description"]
228228
expectation(for: NSPredicate(format: "value CONTAINS 'Label: 42'"), evaluatedWith: descriptionText)
229-
waitForExpectations(timeout: 10)
229+
waitForExpectations(timeout: 20)
230230
}
231231

232232
func testAddsGitHubPipelineWithBranch() throws {
@@ -273,7 +273,7 @@ class GitHubTests: XCTestCase {
273273
// Make sure the status is fetched and the request uses the branch
274274
let descriptionText = window.outlines.staticTexts["Status description"]
275275
expectation(for: NSPredicate(format: "value CONTAINS 'Label: 42'"), evaluatedWith: descriptionText)
276-
waitForExpectations(timeout: 5)
276+
waitForExpectations(timeout: 20)
277277
XCTAssertEqual("main", branchParam)
278278
}
279279

0 commit comments

Comments
 (0)