summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-16 09:33:43 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-16 09:33:43 +0000
commitc4cd9878a77d69495f7c416961af4ad6fb8537d9 (patch)
tree7de95527868997cc2ca5766352b3c9448ca0a4cc /tools
parent6710d7430ef482d1a90d92857fb3d570fe8be52f (diff)
downloadchromium_src-c4cd9878a77d69495f7c416961af4ad6fb8537d9.zip
chromium_src-c4cd9878a77d69495f7c416961af4ad6fb8537d9.tar.gz
chromium_src-c4cd9878a77d69495f7c416961af4ad6fb8537d9.tar.bz2
Reduce the number of layout tests in a chunk
Currently it times out when executing test #1100 or so. TBR=rnk NOTRY=true Review URL: https://codereview.chromium.org/19354002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/valgrind/chrome_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 3513893..ce5c8ab 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -28,7 +28,7 @@ class BuildDirAmbiguous(Exception): pass
class ChromeTests:
SLOW_TOOLS = ["memcheck", "tsan", "tsan_rv", "drmemory"]
- LAYOUT_TESTS_DEFAULT_CHUNK_SIZE = 1500
+ LAYOUT_TESTS_DEFAULT_CHUNK_SIZE = 500
def __init__(self, options, args, test):
if ':' in test: