Skip to content

Commit feb48b7

Browse files
committed
updated test_validate_multimedia.sh
1 parent 72d01f4 commit feb48b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_validate_multimedia.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if ! type -P ffmpeg &>/dev/null; then
3232
echo "WARNING: ffmpeg not installed, skipping validate_multimedia.py tests"
3333
exit 0
3434
if type -P apt-get &>/dev/null; then
35-
sudo apt-get install -y ffmpeg
35+
sudo apt-get install -o DPkg::Lock::Timeout=1200 -y ffmpeg
3636
elif type -P yum &>/dev/null; then
3737
echo "WARNING: cannot auto-install ffmpeg on RHEL/CentOS, the 3rd party repos and deps are seriously broken"
3838
fi

0 commit comments

Comments
 (0)