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

Commit 57be19db 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 am: 8b11f27c

parents 8ad7a2fa 8b11f27c
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
) {