Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e03b0d

Browse files
committed
try difference xvfb-run -screen value
1 parent 014349f commit 2e03b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/util/common.js

Lines 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, 1024x768x24\'',
102+
'--server-args \'-screen 0, 1280x1024x24\'',
103103
pathToElectron, pathToScript, args
104104
].join(' ');
105105

0 commit comments

Comments
 (0)