final case class Timeout(value: Span) extends PatienceConfigParam with Product with Serializable
A PatienceConfigParam
that specifies the maximum amount of time to wait for an asynchronous operation to
complete.
- value
the maximum amount of time to retry before giving up and throwing
TestFailedException
.
- Source
- PatienceConfiguration.scala
- Exceptions thrown
NullArgumentException
if passedvalue
isnull
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Timeout
- PatienceConfigParam
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All