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

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

Merge "Increase default maxWait to 30 seconds." into tm-dev

parents 208d4e17 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
) {