Commit d486df1d authored by Denis Bilenko's avatar Denis Bilenko

testrunner.py: increase output limit to 50K from 15K

parent 5bea6707
......@@ -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 = 15*1024
OUTPUT_LIMIT = 50000
ignore_tracebacks = ['ExpectedException', 'test_support.TestSkipped', 'test.test_support.TestSkipped']
......
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