Commit 0c986bcb authored by Denis Bilenko's avatar Denis Bilenko

testrunner.py: limit the record output to 15k

parent f85070de
......@@ -39,7 +39,7 @@ one will be selected if not provided.
DEFAULT_TIMEOUT = 60
# the number of bytes of output that is recorded; the rest is thrown away
OUTPUT_LIMIT = 100*1024
OUTPUT_LIMIT = 15*1024
import sys
import os
......
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