imagick
imagick copied to clipboard
Test 229 occasionally fails with timeout
On the openSUSE build server we had to remove test 229 as we oaccasionally get the error
** ERROR: process timed out **
Also people from fedora excludes this test on packaging. Is there any way to increase the maximum runtime for the tests?
The test could be made to run faster by lowering the number of pixels processed. Feel free to submit a PR based on that.
Done in dev but I'm going to leave open. The performance jump between 200x200 and 300x300 is ridiculously large, and might be an actual issue.
The following setting helps us to run all tests successfully on the build servers:
export TEST_TIMEOUT=600