summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--check.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/check.mak b/check.mak
index bc9a0ca..3e543f4 100644
--- a/check.mak
+++ b/check.mak
@@ -37,11 +37,11 @@ LOOPS = 10
# valgrind any given test by running make test.valgrind
%.valgrind: %
$(TESTS_ENVIRONMENT) \
- CK_DEFAULT_TIMEOUT=20 \
+ CK_DEFAULT_TIMEOUT=60 \
libtool --mode=execute \
$(VALGRIND_PATH) -q --suppressions=$(SUPPRESSIONS) \
--tool=memcheck --leak-check=full --trace-children=yes \
- --leak-resolution=high \
+ --leak-resolution=high --num-callers=20 \
$* 2>&1 | tee valgrind.log
@if grep "==" valgrind.log > /dev/null 2>&1; then \
rm valgrind.log; \