You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom timeout specified for the test should be used.
Please tell us about your environment:
version: 0.3.1
Browser: all
Language: all
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The suggested fix is to pass along all arguments (extracted via arguments perhaps) to the wrapped function.
The text was updated successfully, but these errors were encountered:
**I'm submitting a ... **
Do you want to request a feature or report a bug?
Report a bug
When a Jasmine test has a test timeout like this:
The resulting failure uses the default Jasmine timeout of 5000 ms instead of the specified timeout of 1 ms.
The problem is that the wrapping function ignores any parameter after the test definition:
https://github.com/joeljeske/karma-parallel/blob/master/lib/karma-parallelizer.js#L111
I can try to prepare a repro if needed.
The custom timeout specified for the test should be used.
The suggested fix is to pass along all arguments (extracted via
arguments
perhaps) to the wrapped function.The text was updated successfully, but these errors were encountered: