{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ComposeTimeoutException

public final class ComposeTimeoutException extends Throwable

java.lang.Object
   ↳ kotlin.Throwable
     ↳ androidx.compose.ui.test.ComposeTimeoutException

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

Summary

Public constructors

Inherited methods

From kotlin.Throwable

Public constructors

ComposeTimeoutException

public ComposeTimeoutException(String message)