Skip to content

Commit

Permalink
ci(appimage): add sleep delay before test execution (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jul 1, 2024
1 parent bc7282c commit 4552f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ jobs:
run: |
export DISPLAY=:1
Xvfb ${DISPLAY} -screen 0 1024x768x24 &
sleep 5 # give Xvfb time to start
./test_sunshine --gtest_color=yes
Expand Down

0 comments on commit 4552f14

Please sign in to comment.