ci(appimage): add sleep delay before test execution (#2790)

This commit is contained in:
ReenigneArcher 2024-07-01 17:55:55 -04:00 committed by GitHub
parent bc7282c000
commit 4552f142d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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