Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom committed Jul 25, 2023
1 parent 7ae218b commit e86f681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class HomeTest {
@Test
fun home_navigatesToAllScreens() {
// Waits until loading is finished
composeTestRule.waitUntil(timeoutMillis = 4000L) {
composeTestRule.waitUntil(timeoutMillis = 10_000L) {
composeTestRule
.onAllNodesWithText("Explore Flights by Destination")
.fetchSemanticsNodes().size == 1
Expand Down

0 comments on commit e86f681

Please sign in to comment.