Commit 626932fd authored by Baptiste Coudurier's avatar Baptiste Coudurier

sleep seems needed to wait for feed to be setup

Originally committed as revision 13549 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3766ed72
......@@ -12,6 +12,7 @@ rm -f tests/feed1.ffm
./ffserver -d -f tests/test.conf 2> /dev/null &
FFSERVER_PID=$!
echo "Waiting for feeds to startup..."
sleep 2
(
cd tests/data || exit $?
rm -f ff-*;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment