Timeout

final case class Timeout(value: Span) extends PatienceConfigParam

A PatienceConfigParam that specifies the maximum amount of time to wait for an asynchronous operation to complete.

Value parameters:
value

the maximum amount of time to retry before giving up and throwing TestFailedException.

Throws:
NullArgumentException

if passed value is null

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product