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

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

Merge changes from topic "presubmit-am-b1cc9d9e3dad412d9acad96cb1eab657"

* changes:
  [automerge] Increase default maxWait to 30 seconds. 2p: 8439e6a2 2p: f3643067
  [automerge] Increase default maxWait to 30 seconds. 2p: 8439e6a2
  Increase default maxWait to 30 seconds.
parents 4d99eb4a 0adc94ef
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
) {