TestContextWaitForOptions

sealed external interface TestContextWaitForOptions(source)

Properties

Link copied to clipboard
abstract var interval: Double?

The number of milliseconds to wait after an unsuccessful invocation of condition before trying again.

Link copied to clipboard
abstract var timeout: Double?

The poll timeout in milliseconds. If condition has not succeeded by the time this elapses, an error occurs.