| Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index 6131e57a68b63d8296b65e0d9191b89795aa7fba..e914041808380b63168309badf3ef731a2798473 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -264,7 +264,7 @@ class Port(object):
|
| # ASAN/MSAN/TSAN use more memory than regular content_shell. Their
|
| # memory usage may also grow over time, up to a certain point.
|
| # Relaunching the driver periodically helps keep it under control.
|
| - return 50
|
| + return 40
|
| # The default is infinte batch size.
|
| return None
|
|
|
|
|