Skip to content

Commit 69c8259

Browse files
committed
Increased timeouts to reduce chance of test failing when it shouldn't.
1 parent 3b1364a commit 69c8259

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CCMenu/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>2251.2</string>
37+
<string>2251.3</string>
3838
<key>LSApplicationCategoryType</key>
3939
<string>public.app-category.developer-tools</string>
4040
<key>LSMinimumSystemVersion</key>

CCMenuUITests/CCTrayTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class CCTrayTests: XCTestCase {
4141
// TODO: Will this ever not work? Our embedded server might use different caching logic.
4242
webapp.stop()
4343
expectation(for: NSPredicate(format: "value CONTAINS 'Could not connect to the server.'"), evaluatedWith: descriptionText)
44-
waitForExpectations(timeout: 2)
44+
waitForExpectations(timeout: 5)
4545
}
4646

4747
func testAddsPipeline() throws {

CCMenuUITests/GitHubTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class GitHubTests: XCTestCase {
113113
expectation(for: NSPredicate(format: "value == 'Build and test'"), evaluatedWith: workflowPicker)
114114
let displayNameField = sheet.textFields["Display name field"]
115115
expectation(for: NSPredicate(format: "value == 'ccmenu2 | Build and test'"), evaluatedWith: displayNameField)
116-
waitForExpectations(timeout: 2)
116+
waitForExpectations(timeout: 5)
117117

118118
// Set a custom display name, and close the sheet
119119
displayNameField.click()

0 commit comments

Comments
 (0)