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 @@ -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: 10 )
229+ waitForExpectations ( timeout: 20 )
230230 }
231231
232232 func testAddsGitHubPipelineWithBranch( ) throws {
@@ -273,7 +273,7 @@ class GitHubTests: XCTestCase {
273273 // Make sure the status is fetched and the request uses the branch
274274 let descriptionText = window. outlines. staticTexts [ " Status description " ]
275275 expectation ( for: NSPredicate ( format: " value CONTAINS 'Label: 42' " ) , evaluatedWith: descriptionText)
276- waitForExpectations ( timeout: 5 )
276+ waitForExpectations ( timeout: 20 )
277277 XCTAssertEqual ( " main " , branchParam)
278278 }
279279
You can’t perform that action at this time.
0 commit comments