Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Made the default resolution a bit "shorter".
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-fox committed Mar 1, 2017
1 parent 9227b1f commit 32d5c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ launch_xvfb() {
# Set defaults if the user did not specify envs.
export DISPLAY=${XVFB_DISPLAY:-:1}
local screen=${XVFB_SCREEN:-0}
local resolution=${XVFB_RESOLUTION:-1280x1024x24}
local resolution=${XVFB_RESOLUTION:-1280x960x24}
local timeout=${XVFB_TIMEOUT:-5}

# Start and wait for either Xvfb to be fully up or we hit the timeout.
Expand Down

0 comments on commit 32d5c59

Please sign in to comment.