Skip to content

Commit

Permalink
Revert "revert view finder timeout to ten sec"
Browse files Browse the repository at this point in the history
This reverts commit 8278d92.
  • Loading branch information
Elise Alix committed May 24, 2023
1 parent 40e002a commit c77bb89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import java.util.concurrent.TimeoutException

object EspressoViewFinder {
private const val CHECK_INTERVAL = 50L
private const val TIMEOUT_MS = 10 * 1000L
private const val TIMEOUT_MS = 15 * 1000L

/**
* Waits for the view referenced in [viewMatcher] to become visible, with a timeout of [timeOut]. If it
Expand Down

0 comments on commit c77bb89

Please sign in to comment.