Skip to content

Commit

Permalink
Updates timout in ProfileViewControllerTests
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxeAlonso committed Aug 29, 2023
1 parent 3a3cb8b commit c8a3ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ final class ProfileViewControllerTests: XCTestCase {
// Act
viewModel.didUpdateAuthenticationState.value = .currentlySignedOut
// Assert
_ = XCTWaiter.wait(for: [XCTestExpectation(description: "")], timeout: 0.1)
_ = XCTWaiter.wait(for: [XCTestExpectation(description: "")], timeout: 1)
XCTAssertEqual(delegate.didUpdateAuthenticationStateCallCount, 2)
}

Expand Down

0 comments on commit c8a3ce7

Please sign in to comment.