mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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.
This commit is contained in:
parent
a7c3f353bd
commit
8e2c1d1de5
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue