Skip to content

Commit

Permalink
Up the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Aug 8, 2024
1 parent af7f34a commit cc6b5db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ class JetnewsTests {
useUnmergedTree = true
).performClick()
composeTestRule.onNodeWithText("Interests").performClick()
composeTestRule.waitUntilAtLeastOneExists(hasText("Jetpack Compose"))
composeTestRule.waitUntilAtLeastOneExists(hasText("Jetpack Compose"),5000L)
}
}

0 comments on commit cc6b5db

Please sign in to comment.