Bump image tolerance in turbo-cartocss test

This commit is contained in:
Daniel García Aubert
2016-03-11 18:33:52 +01:00
parent 052b58ab90
commit a8340fef68
+1 -1
View File
@@ -6,7 +6,7 @@ var CartodbWindshaft = require(__dirname + '/../../lib/cartodb/server');
var serverOptions = require(__dirname + '/../../lib/cartodb/server_options');
var server = new CartodbWindshaft(serverOptions);
var mapnik = require('windshaft').mapnik;
var IMAGE_TOLERANCE_PER_MIL = 1;
var IMAGE_TOLERANCE_PER_MIL = 10;
describe('turbo-cartocss for named maps', function() {