Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7897f029 authored by Dave McCloskey's avatar Dave McCloskey Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-b1cc9d9e3dad412d9acad96cb1eab657" into tm-mainline-prod

* changes:
  [automerge] Increase default maxWait to 30 seconds. 2p: 8439e6a2
  Increase default maxWait to 30 seconds.
parents 78243dbe f3643067
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ private const val TAG = "TrustTestUtils"
 */
 */
internal fun wait(
internal fun wait(
    description: String? = null,
    description: String? = null,
    maxWait: Long = 1500L,
    maxWait: Long = 30000L,
    rate: Long = 50L,
    rate: Long = 50L,
    conditionFunction: (count: Int) -> Boolean
    conditionFunction: (count: Int) -> Boolean
) {
) {