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

Commit f3643067 authored by Presubmit Automerger Backend's avatar Presubmit Automerger Backend
Browse files

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

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

Bug: 228066093
Change-Id: Ib97cea22a8f6fee5ce3d418464e95fb63107f839
parents bc1d1ad0 8439e6a2
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
) {