Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 55c6836

Browse filesBrowse files
committed
revert
1 parent 2e03b0d commit 55c6836
Copy full SHA for 55c6836

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎tasks/util/common.js

Copy file name to clipboardExpand all lines: tasks/util/common.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ exports.testImageWrapper = function(opts) {
9999

100100
var baseCmd = [
101101
'xvfb-run --auto-servernum',
102-
'--server-args \'-screen 0, 1280x1024x24\'',
102+
'--server-args \'-screen 0, 1024x768x24\'',
103103
pathToElectron, pathToScript, args
104104
].join(' ');
105105

‎test/image/compare_pixels_test.js

Copy file name to clipboardExpand all lines: test/image/compare_pixels_test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var argv = require('minimist')(process.argv.slice(2), {
1313
help: ['h', 'info']
1414
},
1515
'default': {
16-
threshold: 0.0001,
16+
threshold: 0.001,
1717
'parallel-limit': 4
1818
}
1919
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.