Is there anything that exists in scalatest that will wait for a period of time for an assertion to become true?
So, for example, if I have a thread that computes something asynchronously, I want to wait in my test for the computation to equal the expected value.