summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/hints_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hints_test.cc b/test/hints_test.cc
index 263f02435..c228cd07a 100644
--- a/test/hints_test.cc
+++ b/test/hints_test.cc
@@ -56,6 +56,8 @@ get_hints (shared_ptr<Film> film)
{
current_hints.clear ();
Hints hints (film);
+ /* None of our tests need the audio analysis, and it is quite time-consuming */
+ hints.disable_audio_analysis ();
hints.Hint.connect (collect_hint);
hints.start ();
hints.join ();