test: set screen 2560x1440x24

This commit is contained in:
Anton 2024-08-05 12:23:05 +02:00 committed by Anton Danchenko
parent 8d4a2ec983
commit 2352a96b7e
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ pipeline {
$class: 'Xvfb',
autoDisplayName: true,
parallelBuild: true,
screen: '1920x1080x24',
screen: '2560x1440x24',
additionalOptions: '-dpi 1'
]) {
sh 'fluxbox &'