test: add a test timeout multiplier for valgrind
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 9 Jul 2018 01:48:21 +0000 (11:48 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 9 Jul 2018 01:57:57 +0000 (11:57 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/Makefile.am

index 242f407..6b8af16 100644 (file)
@@ -95,7 +95,7 @@ VALGRIND_FLAGS=--leak-check=full \
                --suppressions=$(srcdir)/valgrind.suppressions
 
 valgrind:
-               $(MAKE) check-TESTS LOG_COMPILER="$(VALGRIND)" LOG_FLAGS="$(VALGRIND_FLAGS)"
+               $(MAKE) check-TESTS CK_TIMEOUT_MULTIPLIER=10 LOG_COMPILER="$(VALGRIND)" LOG_FLAGS="$(VALGRIND_FLAGS)"
 
 check_local_deps += valgrind