tests: extend the AM_TESTS_ENVIRONMENT from check.mak
authorThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Feb 2016 23:03:01 +0000 (20:03 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Feb 2016 23:03:01 +0000 (20:03 -0300)
To get the CK_DEFAULT_TIMEOUT defined for all tests

Also removes a 120 seconds timeout that was set as default
explicitly in this module

https://bugzilla.gnome.org/show_bug.cgi?id=761472

tests/check/Makefile.am

index f3b5c82..8871519 100644 (file)
@@ -6,8 +6,7 @@ TEST_FILES_DIRECTORY = $(top_srcdir)/tests/files
 REGISTRY_ENVIRONMENT = \
        GST_REGISTRY_1_0=$(CHECK_REGISTRY)
 
-AM_TESTS_ENVIRONMENT = \
-        CK_DEFAULT_TIMEOUT=120                                  \
+AM_TESTS_ENVIRONMENT += \
         GST_STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)"   \
        $(REGISTRY_ENVIRONMENT)                                 \
        GST_PLUGIN_SYSTEM_PATH_1_0=                                     \