diff --git a/Tests/test_file_eps.py b/Tests/test_file_eps.py index 54e806d81..fe226a37b 100644 --- a/Tests/test_file_eps.py +++ b/Tests/test_file_eps.py @@ -79,7 +79,7 @@ class TestFileEps(PillowTestCase): #should not crash/hang plot_image.load() # fonts could be slightly different - self.assert_image_similar(plot_image, target, 2) + self.assert_image_similar(plot_image, target, 5) def test_file_object(self): # issue 479