Skip to content

Commit

Permalink
Increase vnc screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
ron190 committed Jan 31, 2025
1 parent 55757f4 commit 4ae8a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/test/resources/vnc/execute-on-vnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EOF
chmod 600 "$HOME/.vnc/passwd"

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

echo MAVEN_NASHORN="${MAVEN_NASHORN}"
Expand Down

0 comments on commit 4ae8a22

Please sign in to comment.