Skip to content

Commit

Permalink
Increase post content loading timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomar committed Nov 1, 2024
1 parent 3da7421 commit 2c8fa6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class ReaderScreen: ScreenObject {

private func postContentEquals(_ expected: String) -> Bool {
let equalsPostContent = NSPredicate(format: "label == %@", expected)
let isPostContentEqual = app.staticTexts.element(matching: equalsPostContent).waitForIsHittable(timeout: 3)
let isPostContentEqual = app.staticTexts.element(matching: equalsPostContent).waitForIsHittable(timeout: 15)

return isPostContentEqual
}
Expand Down

0 comments on commit 2c8fa6e

Please sign in to comment.