Skip to content

Commit ab592f5

Browse files
committed
try 0.1 threshold
1 parent cc85c01 commit ab592f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/image/compare_pixels_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ var argv = require('minimist')(process.argv.slice(2), {
1414
help: ['h', 'info']
1515
},
1616
'default': {
17-
threshold: '1e-3',
18-
'parallel-limit': '4'
17+
threshold: 0.1,
18+
'parallel-limit': 4
1919
}
2020
});
2121

0 commit comments

Comments
 (0)