loosen up comparisons to handle the rounding change in Imager 0.90
[imager-graph.git] / t / t30many_points.t
index 91f4d540b68144d7d82228916f9b7b3b32dd0be2..0ee74766ce8d4bba63eea230bd06080cc8cbcaef 100644 (file)
@@ -41,7 +41,7 @@ my $img1 = $line->draw();
 ok($img1, "drawing line chart");
 
 $img1->write(file=>'testout/t30_points.ppm') or die "Can't save img1: ".$img1->errstr."\n";
-cmpimg($img1, 'testimg/t30_points.ppm', 1);
+cmpimg($img1, 'testimg/t30_points.ppm', 40_000);
 
 unless (is(@warned, 0, "should be no warnings")) {
   diag($_) for @warned;