Skip to content
Snippets Groups Projects
Commit e883121f authored by Johan Helsing's avatar Johan Helsing
Browse files

Wait 5 seconds for compositor to start

parent 626ea6bb
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ set -ex
buildDir=$(pwd)/build-qt
weston --backend=headless-backend.so --idle-time=0 &
# Give the compositor some time to start up
sleep 5
# / tests
#cd "$buildDir/qtbase/tests/auto/concurrent" && make check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment