We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55757f4 commit 4ae8a22Copy full SHA for 4ae8a22
model/src/test/resources/vnc/execute-on-vnc.sh
@@ -26,7 +26,7 @@ EOF
26
chmod 600 "$HOME/.vnc/passwd"
27
28
OLD_DISPLAY=${DISPLAY}
29
-vncserver ":${NEW_DISPLAY}" -localhost -geometry 800x600 -depth 16
+vncserver ":${NEW_DISPLAY}" -localhost -geometry 1024x780 -depth 16
30
export DISPLAY=:${NEW_DISPLAY}
31
32
echo MAVEN_NASHORN="${MAVEN_NASHORN}"
0 commit comments