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

Commit 0adc94ef authored by Dave McCloskey's avatar Dave McCloskey Committed by Presubmit Automerger Backend
Browse files

[automerge] Increase default maxWait to 30 seconds. 2p: 8439e6a2 2p: f3643067

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17621087

Bug: 228066093
Change-Id: I78ebfa3e3bd26a7caf03c6ae30e8c458a3bacd35
parents e01a1dd7 f3643067
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ private const val TAG = "TrustTestUtils"
 */
internal fun wait(
    description: String? = null,
    maxWait: Long = 1500L,
    maxWait: Long = 30000L,
    rate: Long = 50L,
    conditionFunction: (count: Int) -> Boolean
) {