Skip to content

Commit

Permalink
Increase timeout to 30s.
Browse files Browse the repository at this point in the history
  • Loading branch information
brnnmrls committed Nov 18, 2024
1 parent 41edfbe commit 55c2726
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ extension DaysUntilBirthdayUITests_iOS {

guard springboardApp
.staticTexts[signInStaticText]
.waitForExistence(timeout: timeout) else {
.waitForExistence(timeout: 30) else {
XCTFail("Failed to display permission prompt")
return false
}
Expand Down Expand Up @@ -145,7 +145,7 @@ extension DaysUntilBirthdayUITests_iOS {
sampleApp.keyboards.element.buttons["return"].tap()
print("BOO: before entering password")
guard sampleApp.secureTextFields["Enter your password"]
.waitForExistence(timeout: timeout) else {
.waitForExistence(timeout: 30) else {
XCTFail("Failed to find password textfield")
return false
}
Expand Down

0 comments on commit 55c2726

Please sign in to comment.