File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
</dict >
35
35
</array >
36
36
<key >CFBundleVersion </key >
37
- <string >2251.2 </string >
37
+ <string >2251.3 </string >
38
38
<key >LSApplicationCategoryType </key >
39
39
<string >public.app-category.developer-tools </string >
40
40
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class CCTrayTests: XCTestCase {
41
41
// TODO: Will this ever not work? Our embedded server might use different caching logic.
42
42
webapp. stop ( )
43
43
expectation ( for: NSPredicate ( format: " value CONTAINS 'Could not connect to the server.' " ) , evaluatedWith: descriptionText)
44
- waitForExpectations ( timeout: 2 )
44
+ waitForExpectations ( timeout: 5 )
45
45
}
46
46
47
47
func testAddsPipeline( ) throws {
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class GitHubTests: XCTestCase {
113
113
expectation ( for: NSPredicate ( format: " value == 'Build and test' " ) , evaluatedWith: workflowPicker)
114
114
let displayNameField = sheet. textFields [ " Display name field " ]
115
115
expectation ( for: NSPredicate ( format: " value == 'ccmenu2 | Build and test' " ) , evaluatedWith: displayNameField)
116
- waitForExpectations ( timeout: 2 )
116
+ waitForExpectations ( timeout: 5 )
117
117
118
118
// Set a custom display name, and close the sheet
119
119
displayNameField. click ( )
You can’t perform that action at this time.
0 commit comments