Skip to content

Commit

Permalink
Merge pull request #5876 from plotly/relax-compare-flaky
Browse files Browse the repository at this point in the history
increase tolerance for flaky mocks
  • Loading branch information
archmoj authored Aug 4, 2021
2 parents 2f17e11 + 7d4f90c commit 4bee096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/image/compare_pixels_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ for(var i = 0; i < allMockList.length; i++) {
'mapbox_layers',
'mapbox_custom-style',
'mapbox_geojson-attributes'
].indexOf(mockName) !== -1 ? 0.5 : 0.15
].indexOf(mockName) !== -1 ? 1 : 0.15
});

if(numDiffPixels) {
Expand Down

0 comments on commit 4bee096

Please sign in to comment.