##// END OF EJS Templates
Increase write size.
Itamar Turner-Trauring -
Show More
@@ -157,7 +157,7 b' class SubProcessTestCase(tt.TempFileMixin):'
157 157 there is no deadlock).
158 158 """
159 159 with capture_output(display=False):
160 system(("%s -c 'import sys\nfor i in range(2000): " +
160 system(("%s -c 'import sys\nfor i in range(20000): " +
161 161 "sys.stderr.write(\" \" * 100 + \"\\n\")'") % (python,))
162 162
163 163 def test_getoutput(self):
General Comments 0
You need to be logged in to leave comments. Login now