PatienceConfig
Configuration object for asynchronous constructs, such as those provided by traits Eventually and
Waiters.
The default values for the parameters are:
| Configuration Parameter | Default Value |
|---|---|
timeout
|
scaled(150 milliseconds)
|
interval
|
scaled(15 milliseconds)
|
- Value parameters:
- interval
the amount of time to sleep between each check of the status of an asynchronous operation when polling
- timeout
the maximum amount of time to wait for an asynchronous operation to complete before giving up and throwing
TestFailedException.
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any