A PatienceConfigParam
that specifies the amount of time to sleep after
a retry.
A PatienceConfigParam
that specifies the amount of time to sleep after
a retry.
the amount of time to sleep between each attempt
NullArgumentException
if passed value
is null
Abstract class defining a family of configuration parameters for traits Eventually
and Waiters
.
Abstract class defining a family of configuration parameters for traits Eventually
and Waiters
.
The subclasses of this abstract class are used to pass configuration information to
the eventually
methods of trait Eventually
and the await
methods of trait Waiters
.
A PatienceConfigParam
that specifies the maximum amount of time to wait for an asynchronous operation to
complete.
A PatienceConfigParam
that specifies the maximum amount of time to wait for an asynchronous operation to
complete.
the maximum amount of time to retry before giving up and throwing
TestFailedException
.
NullArgumentException
if passed value
is null