Await until the given assert does not throw an exception or the timeout expires, whichever comes first. If the timeout expires the last exception is thrown.
If no timeout is given, take it from the innermost enclosing Within block.
Note that the timeout is scaled using Duration.dilated, which uses the configuration entry "akka.test.timefactor".
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.