Class

ComposeTimeoutException

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

Source set: Common

Added in 1.11.0-rc01

class ComposeTimeoutException(message: String?) : Throwable(message)

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