-
Notifications
You must be signed in to change notification settings - Fork 101
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
CI timeouts during installation #44
Comments
Also occurring on Appveyor, which appears to not have a timeout. https://ci.appveyor.com/project/coala/coala-bears/build/1.0.6907 |
There is a progress percentage printed out, but maybe it doesn't notice it. Or maybe Travis CI does notice the output. But sometimes, the download just takes an hour for some reason: https://travis-ci.org/myint/language-check/jobs/246270573#L156 |
Ah I see, yes pip was hiding it in most of these cases. Maybe there is a pip flag required to prevent that. |
I believe this feature of pip 9 is the cause of the problem : pypa/pip#3858 (edit: no, that aint it :/) |
Is that a problem with the infrastructure of languagetool.org maybe? Alternative could be to put that stuff on GitHub. |
Is there a possibility to cache language-check and necessary data? |
Hi! Since this project has been abandoned, I started a new fork over at https://github.com/jxmorris12/language_tool_python. My version supports new versions of Java and LanguageTool. I'm happy to help you with your issue if you raise it over at my repository! Thanks! |
As the installation can take quite a while, it would be useful to emit some progress indicators during the process so that CI doesnt fail because it hasnt seen any output.
coala is seeing lots of timeout failures due to this problem: https://circleci.com/gh/jayvdb/coala-bears
(But this is aggravated by a bug in our Circle CI (coala/coala-bears#1863) , but fixing that doesnt entirely resolve this issue.)
The text was updated successfully, but these errors were encountered: