Skip to content

Commit 4bee096

Browse files
authored
Merge pull request #5876 from plotly/relax-compare-flaky
increase tolerance for flaky mocks
2 parents 2f17e11 + 7d4f90c commit 4bee096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/compare_pixels_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ for(var i = 0; i < allMockList.length; i++) {
130130
'mapbox_layers',
131131
'mapbox_custom-style',
132132
'mapbox_geojson-attributes'
133-
].indexOf(mockName) !== -1 ? 0.5 : 0.15
133+
].indexOf(mockName) !== -1 ? 1 : 0.15
134134
});
135135

136136
if(numDiffPixels) {

0 commit comments

Comments
 (0)