test: set screen 2560x1440x24
This commit is contained in:
parent
8d4a2ec983
commit
2352a96b7e
|
@ -154,7 +154,7 @@ pipeline {
|
|||
$class: 'Xvfb',
|
||||
autoDisplayName: true,
|
||||
parallelBuild: true,
|
||||
screen: '1920x1080x24',
|
||||
screen: '2560x1440x24',
|
||||
additionalOptions: '-dpi 1'
|
||||
]) {
|
||||
sh 'fluxbox &'
|
||||
|
|
Loading…
Reference in New Issue