We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d01f4 commit feb48b7Copy full SHA for feb48b7
tests/test_validate_multimedia.sh
@@ -32,7 +32,7 @@ if ! type -P ffmpeg &>/dev/null; then
32
echo "WARNING: ffmpeg not installed, skipping validate_multimedia.py tests"
33
exit 0
34
if type -P apt-get &>/dev/null; then
35
- sudo apt-get install -y ffmpeg
+ sudo apt-get install -o DPkg::Lock::Timeout=1200 -y ffmpeg
36
elif type -P yum &>/dev/null; then
37
echo "WARNING: cannot auto-install ffmpeg on RHEL/CentOS, the 3rd party repos and deps are seriously broken"
38
fi
0 commit comments