ImagePipelineImageTestsConfiguration

data class ImagePipelineImageTestsConfiguration(val imageTestsEnabled: Boolean? = null, val timeoutMinutes: Int? = null)

Constructors

Link copied to clipboard
constructor(imageTestsEnabled: Boolean? = null, timeoutMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether image tests are enabled. Defaults to true.

Link copied to clipboard
val timeoutMinutes: Int? = null

Number of minutes before image tests time out. Valid values are between 60 and 1440. Defaults to 720.