Commit 688924d4 authored by earthdok@chromium.org's avatar earthdok@chromium.org

Drop the default layout_test batch size for *SAN builds to 40.

BUG=427569
TBR=dpranke@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/726943002

git-svn-id: svn://svn.chromium.org/blink/trunk@185377 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 6b47d1d3
...@@ -264,7 +264,7 @@ class Port(object): ...@@ -264,7 +264,7 @@ class Port(object):
# ASAN/MSAN/TSAN use more memory than regular content_shell. Their # ASAN/MSAN/TSAN use more memory than regular content_shell. Their
# memory usage may also grow over time, up to a certain point. # memory usage may also grow over time, up to a certain point.
# Relaunching the driver periodically helps keep it under control. # Relaunching the driver periodically helps keep it under control.
return 50 return 40
# The default is infinte batch size. # The default is infinte batch size.
return None return None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment