Timeout

org.scalatest.concurrent.PatienceConfiguration.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.

Attributes

Throws
NullArgumentException

if passed value is null

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product