| Index: tools/valgrind/scan-build.py
|
| diff --git a/tools/valgrind/scan-build.py b/tools/valgrind/scan-build.py
|
| index b58b6cc447e52871011ab3208fdd27c0fa9da766..f943bf608440973253e11f9a6622a1deffcc7771 100755
|
| --- a/tools/valgrind/scan-build.py
|
| +++ b/tools/valgrind/scan-build.py
|
| @@ -24,7 +24,7 @@ Failed memory test: content
|
| CACHE_DIR = "buildlogs.tmp"
|
|
|
| # If we don't find anything after searching |CUTOFF| logs, we're probably done.
|
| -CUTOFF = 100
|
| +CUTOFF = 200
|
|
|
| def EnsurePath(path):
|
| """Makes sure |path| does exist, tries to create it if it doesn't."""
|
|
|