Interval
org.scalatest.concurrent.PatienceConfiguration.Interval
final case class Interval(value: Span) extends PatienceConfigParam
A PatienceConfigParam that specifies the amount of time to sleep after a retry.
Value parameters
- value
-
the amount of time to sleep between each attempt
Attributes
- Throws
-
NullArgumentException
if passed
valueisnull - Graph
-
- Supertypes
-
class PatienceConfigParamtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article