Skip to content

Commit

Permalink
ci: only sleep 1 second after xvfb start
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 1, 2023
1 parent 9dd3e3a commit b82b015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
continue-on-error: true
run: |
Xvfb $DISPLAY -dpi 96 -screen 0 1280x1024x24 &
sleep 2 # give xvfb time to start
sleep 1 # give xvfb time to start
v gret -r ~/.vmodules/shy -t ./shy-visual-tests/vgret.shy_examples.toml -v ./fresh-examples ./shy-visual-tests
v gret -r ~/.vmodules/shy -t ./shy-visual-tests/vgret.shy_visual_tests.toml -v ./fresh-visual-tests ./shy-visual-tests
Expand Down

0 comments on commit b82b015

Please sign in to comment.