-
Notifications
You must be signed in to change notification settings - Fork 49
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
IPython test timeout #95
Comments
In this case, you were building IPython on top of an existing CVMFS stack and I think that IPython is querying the available python modules. CVMFS needs to first pull them into the cache, this is probably taking too long for IPythons liking and it thinks that something is up. That's why I think it works the second time around since the Python installation is already cached then. |
Yes, that probably makes sense. I think the actual issue was here: And this timeout value is defined here: I'm not sure if you can easily change it. There is a timeout scale factor for the tests: |
fix bugs in check result script
I've seen the following error a few times during the test step of installing IPython:
This is the actual test:
Apparently, something is taking too long (slow I/O?) and causing a timeout. In all cases I was able to "solve" it by just redoing the installation.
The text was updated successfully, but these errors were encountered: