summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-24 03:44:18 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-24 03:44:18 +0000
commit77921ac89f0d4c76be8469c40ebf4f091e461abb (patch)
treec3b99057d7276877dffb0bd0041290a02c1d04ff
parentb0c002079df8608491586f87f52426a4ce71d24e (diff)
downloadchromium-77921ac89f0d4c76be8469c40ebf4f091e461abb.tar.gz
chromium-77921ac89f0d4c76be8469c40ebf4f091e461abb.tar.bz2
chromium-77921ac89f0d4c76be8469c40ebf4f091e461abb.zip
Increase the test output line limit 50 -> 5000
BUG=386566 R=sky@chromium.org Review URL: https://codereview.chromium.org/349343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279304 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/test/launcher/test_launcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/test/launcher/test_launcher.cc b/base/test/launcher/test_launcher.cc
index c6a10d614f4d..56ed4a27024b 100644
--- a/base/test/launcher/test_launcher.cc
+++ b/base/test/launcher/test_launcher.cc
@@ -79,7 +79,7 @@ const int kOutputTimeoutSeconds = 15;
// Limit of output snippet lines when printing to stdout.
// Avoids flooding the logs with amount of output that gums up
// the infrastructure.
-const size_t kOutputSnippetLinesLimit = 50;
+const size_t kOutputSnippetLinesLimit = 5000;
// Set of live launch test processes with corresponding lock (it is allowed
// for callers to launch processes on different threads).