Skip to content

Commit 51216bc

Browse files
authored
Merge pull request #5825 from plotly/adjust-compare-tolerance
adjust comparison tolerance for some flaky mapbox mocks
2 parents bb42376 + 13d5849 commit 51216bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/compare_pixels_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ for(var i = 0; i < allMockList.length; i++) {
128128
// more flaky
129129
'mapbox_angles',
130130
'mapbox_geojson-attributes'
131-
].indexOf(mockName) !== -1 ? 0.25 : 0.15
131+
].indexOf(mockName) !== -1 ? 0.5 : 0.15
132132
});
133133

134134
if(numDiffPixels) {

0 commit comments

Comments
 (0)