summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-02-18 13:43:07 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-04-06 11:02:58 +0100
commitd4158cfac016e3cc7676d5e53f3767e8dfc5936e (patch)
tree3ca092027c31f7dda684b5af71c15963f9adef5a
parentf554d9df11457a472072adc0ac249f3c3092af96 (diff)
downloadgstreamer-plugins-good-d4158cfac016e3cc7676d5e53f3767e8dfc5936e.tar.gz
tests: fix spurious souphttpsrc test timouts
Set GSETTINGS_BACKEND=memory, apparently there's something about fork() and the dconf backend (or whatever else that drags in or activates) that messes up locking and causes timeouts due to deadlocks in g_mutex_lock(), since everything works fine with CK_FORK=no as well.
-rw-r--r--tests/check/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index e577979d3..d73f5117d 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -15,7 +15,8 @@ AM_TESTS_ENVIRONMENT = \
cacasink cairotextoverlay \
halaudiosrc halaudiosink jackaudiosrc jackaudiosink \
osssrc osssink osxaudiosink osxaudiosrc osxvideosrc osxvideosink \
- pulsesink pulsesrc pulsemixer v4l2src"
+ pulsesink pulsesrc pulsemixer v4l2src" \
+ GSETTINGS_BACKEND="memory"
# fake device drivers: we could run hardware element tests against dummy drivers
# v4l2: vivo (part of normal kernel)