Was debugging some very large test suites where Jasmine was not
receiving the window.onload event in time - PhantomJS first timed
out. If you have a big app then every spec file can end up large, so
I think this is just time to load.
@parkji Care to take a look? As our test suite grew we started experiencing intermittent timeouts, as far as I can tell it's just the size of the suite though.
Was debugging some very large test suites where Jasmine was not receiving the window.onload event in time - PhantomJS first timed out. If you have a big app then every spec file can end up large, so I think this is just time to load.