loosen up comparisons to handle the rounding change in Imager 0.90
[imager-graph.git] / t / t31tic_color.t
index 8ae6022a48630458d78f330e59ebe648266de507..09abf6c16a84b3d4affe4786bce003b6c8480e4e 100644 (file)
@@ -48,10 +48,10 @@ $img1->write(file=>'testout/t31tic_color.ppm') or die "Can't save img1: ".$img1-
 
 eval { require Chart::Math::Axis; };
 if ($@) {
-    cmpimg($img1, 'testimg/t31tic_color.ppm', 100);
+    cmpimg($img1, 'testimg/t31tic_color.ppm', 100_000);
 }
 else {
-    cmpimg($img1, 'testimg/t31tic_color_CMA.ppm', 100);
+    cmpimg($img1, 'testimg/t31tic_color_CMA.ppm', 100_000);
 }
 
 unless (is(@warned, 0, "should be no warnings")) {