ci(appimage): add sleep delay before test execution (#2790)
This commit is contained in:
@@ -430,6 +430,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export DISPLAY=:1
|
export DISPLAY=:1
|
||||||
Xvfb ${DISPLAY} -screen 0 1024x768x24 &
|
Xvfb ${DISPLAY} -screen 0 1024x768x24 &
|
||||||
|
sleep 5 # give Xvfb time to start
|
||||||
|
|
||||||
./test_sunshine --gtest_color=yes
|
./test_sunshine --gtest_color=yes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user