Skip to content

Commit 792f1f3

Browse files
committed
timeout between xvfb and icewm
1 parent fbf0a56 commit 792f1f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/setup/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ runs:
107107
if [ "${{ inputs.display }}" = "xvfb" ]; then
108108
Xvfb $DISPLAY -screen 0 1024x768x24 -ac +extension GLX +render -noreset &
109109
if [ "${{ inputs.window-manager }}" = "icewm" ]; then
110+
sleep 3
110111
icewm &
111112
fi
112113
elif [ "${{ inputs.display }}" = "turbovnc" ]; then

0 commit comments

Comments
 (0)