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

Commit 8b11f27c authored by Dave McCloskey's avatar Dave McCloskey Committed by Automerger Merge Worker
Browse files

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

parents f6b68784 ff083ee9
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
) {