Skip to content

Commit 4ae8a22

Browse files
committed
Increase vnc screen size
1 parent 55757f4 commit 4ae8a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/test/resources/vnc/execute-on-vnc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ EOF
2626
chmod 600 "$HOME/.vnc/passwd"
2727

2828
OLD_DISPLAY=${DISPLAY}
29-
vncserver ":${NEW_DISPLAY}" -localhost -geometry 800x600 -depth 16
29+
vncserver ":${NEW_DISPLAY}" -localhost -geometry 1024x780 -depth 16
3030
export DISPLAY=:${NEW_DISPLAY}
3131

3232
echo MAVEN_NASHORN="${MAVEN_NASHORN}"

0 commit comments

Comments
 (0)