File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments