Skip to content

Commit

Permalink
fix(auth): increase timeout on hostedui assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Oct 13, 2023
1 parent 8543b07 commit 301d735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ struct SignInScreen: Screen {

func testSignInSucceeded() -> Self {
let successText = app.staticTexts[Identifiers.successLabel]
XCTAssertTrue(successText.waitForExistence(timeout: 5), "SignIn operation failed")
XCTAssertTrue(successText.waitForExistence(timeout: 10), "SignIn operation failed")
return self
}
}

0 comments on commit 301d735

Please sign in to comment.