Skip to content

Commit 0ff2b9b

Browse files
committed
Extending timeouts to try to make the tests work in pipeline.
1 parent c80a599 commit 0ff2b9b

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
@@ -217,7 +217,7 @@ class GitHubTests: XCTestCase {
217217
expectation(for: NSPredicate(format: "value == 'ccmenu2'"), evaluatedWith: repositoryBox)
218218
let workflowPicker = sheet.popUpButtons["Workflow picker"]
219219
expectation(for: NSPredicate(format: "value == 'Build and test'"), evaluatedWith: workflowPicker)
220-
waitForExpectations(timeout: 5)
220+
waitForExpectations(timeout: 10)
221221

222222
sheet.buttons["Apply"].click()
223223

@@ -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: 5)
229+
waitForExpectations(timeout: 10)
230230
}
231231

232232
func testAddsGitHubPipelineWithBranch() throws {

0 commit comments

Comments
 (0)