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