parkji / grunt-jasmine-webpack

MIT License
3 stars 8 forks source link

Allow Grunt task to override PhantomJS's default timeout #23

Closed alexpelan closed 6 years ago

alexpelan commented 7 years ago

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.

alexpelan commented 7 years ago

@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.

parkji commented 7 years ago

@alexpelan Looks good!