-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
python-wand font generation sometimes times out #868
Comments
ImageMagick documentation suggests that MAGICK_TIME_LIMIT can be set in the environment to override this value. There is some other suggestions that the default time limit may be broken in some versions, since the default should be much longer than the errors I'm seeing. |
Is this still an issue @d3zd3z ? From what I can recall I've never seen this myself? |
TUI stuff removed in #1844 . |
We are closing this issue/question, why?
If you however feel that you have additional questions or still thinks this is an issue, then please feel free to re-open the issue again. When closing issues we will only show this entire message once. // OP-TEE admins |
Occasionally, when I build optee_os, I see an error like this:
ImageMagick has a global timeout value, but there doesn't appear to be a way of setting it within the python-wand library.
The text was updated successfully, but these errors were encountered: