Just upgraded to jasmine 2.0 rc5 from 1.3 and now all my tests that used waits() are broken because the waits() and <
waits()
Use jasmine.DEFAULT_TIMEOUT_INTERVAL = 5000
Please refer the below URL for Jasmine Documentation... http://jasmine.github.io/2.0/introduction.html
Section is "Asynchronous Support" in the documentation.