From 8e2c1d1de56bddbff22170f8b17473882e0e63f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 18 Feb 2016 13:43:07 +0000 Subject: [PATCH] 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. --- tests/check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 2da3aaf..bc78f9f 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) -- 2.7.4