imagick icon indicating copy to clipboard operation
imagick copied to clipboard

Test 229 occasionally fails with timeout

Open weberhofer opened this issue 7 years ago • 3 comments

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?

weberhofer avatar May 09 '18 06:05 weberhofer

The test could be made to run faster by lowering the number of pixels processed. Feel free to submit a PR based on that.

Danack avatar May 22 '18 10:05 Danack

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.

Danack avatar Nov 28 '18 01:11 Danack

The following setting helps us to run all tests successfully on the build servers:

export TEST_TIMEOUT=600

weberhofer avatar Apr 16 '19 07:04 weberhofer