summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/valgrind_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/valgrind/valgrind_test.py')
-rwxr-xr-xtools/valgrind/valgrind_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py
index e7a4e39..cff96f2 100755
--- a/tools/valgrind/valgrind_test.py
+++ b/tools/valgrind/valgrind_test.py
@@ -195,7 +195,7 @@ class ValgrindLinux(Valgrind):
else:
# construct the valgrind command
proc = ["valgrind", "--smc-check=all", "--leak-check=full",
- "--num-callers=30"]
+ "--num-callers=50"]
if self._options.show_all_leaks:
proc += ["--show-reachable=yes"];