-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm test: [PhantomJS 2.1.1 (Windows 8 0.0.0)]: Disconnected (1 times), because no message in 10000 ms. #82
Comments
Hey, thanks for raising this. I decreased the value in my own setup to 1000 to replicate the issue. Note totally sure what to do about this - it's clearly system specific. I'm hesitant to bump it to 60 as this seems very long. At the same time I'd like to get a value which is working for the vast majority if users. Did you have a play with it to find a minimum viable value? The other option is just keeping this for reference, maybe adding the config in Interested to hear your view on it. Cheers. |
Hi, As feedback, I had the same issue, 20000 did not worked, 30000 did. Keep the good work, |
Hi I agree with Valter. 30000 worked. 20000 didn't. I'm using Windows 10. Happy with a comment in karma.config.js. Regards |
I was not working for me, I have tried to set that param with I do need one of ur guys favor. Thx.
|
Can't see how it's related. Seems your issue is that the state variable is undefined:
If you are reproducing this error on our repo please raise an issue. If the error isn't against our repo we'll need a reproduction scenario (in a new issue) to be able to help. |
That problem have produced many times. As you said, I think this issue maybe causing as you mentioned. But I also want you kindly give me some tips which I can be using to solve my problem. Thx a lot. |
I set the timeout to 60000 |
I also had the same issue. changed the timeout to 12000 and able to run. Not sure what causing. Windows 10, i5 with 12 gb of ram. `husky > npm run -s prepush (node v8.9.4) 10% building modules 1/1 modules 0 active16 03 2018 21:10:53.500:INFO [karma]: Karma v2.0.0 server started at http://0.0.0.0:9876/ |
Thanks for your work.
Needed to edit karma.config.js to allow npm test to complete.
Actual error:
The text was updated successfully, but these errors were encountered: