Start native apps faster with the Composables CLI ->
Class

ComposeTimeoutException

Thrown in cases where Compose test can't satisfy a condition in a defined time limit.

Source set: Common
class ComposeTimeoutException(message: String?) : Throwable(message)

Thrown in cases where Compose test can't satisfy a condition in a defined time limit.

Last updated: