PatienceConfig
org.scalatest.concurrent.AbstractPatienceConfiguration.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.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article