Skip to content

Commit

Permalink
Increased wait time to reduce flakiness with new polling logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Mar 21, 2024
1 parent bc6dd46 commit 7b33162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CCMenuUITests/GitHubTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class GitHubTests: XCTestCase {
expectation(for: NSPredicate(format: "value == 'CCMenu'"), evaluatedWith: titleText)
let descriptionText = window.tables.staticTexts["Status description"]
expectation(for: NSPredicate(format: "value CONTAINS 'Label: 42'"), evaluatedWith: descriptionText)
waitForExpectations(timeout: 2)
waitForExpectations(timeout: 5)
}

func testAddGitHubPipelinePrivateRepos() throws {
Expand Down

0 comments on commit 7b33162

Please sign in to comment.