Skip to content

Commit

Permalink
Update instrumentation/compose/src/main/java/de/mannodermaus/junit5/c…
Browse files Browse the repository at this point in the history
…ompose/ComposeContext.kt
  • Loading branch information
mannodermaus authored Sep 6, 2024
1 parent 0a92c28 commit b6a40cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed interface ComposeContext : SemanticsNodeInteractionsProvider {
public fun <T> runOnIdle(action: () -> T): T
public fun waitForIdle()
public suspend fun awaitIdle()
public fun waitUntil(timeoutMillis: Long = 1_000, condition: () -> Boolean)
public fun waitUntil(timeoutMillis: Long = 1_000L, condition: () -> Boolean)
public fun waitUntil(
conditionDescription: String,
timeoutMillis: Long = 1_000L,
Expand Down

0 comments on commit b6a40cf

Please sign in to comment.