org.scalatest.concurrent.AbstractPatienceConfiguration
the maximum amount of time to wait for an asynchronous operation to complete before giving up and throwing
TestFailedException
.
the amount of time to sleep between each check of the status of an asynchronous operation when polling
the amount of time to sleep between each check of the status of an asynchronous operation when polling
the maximum amount of time to wait for an asynchronous operation to complete before giving up and throwing
TestFailedException
.
the maximum amount of time to wait for an asynchronous operation to complete before giving up and throwing
TestFailedException
.
Configuration object for asynchronous constructs, such as those provided by traits
Eventually
andWaiters
.The default values for the parameters are:
timeout
scaled(150 milliseconds)
interval
scaled(15 milliseconds)
the maximum amount of time to wait for an asynchronous operation to complete before giving up and throwing
TestFailedException
.the amount of time to sleep between each check of the status of an asynchronous operation when polling