Show More
@@ -157,7 +157,7 b' class SubProcessTestCase(tt.TempFileMixin):' | |||||
157 | there is no deadlock). |
|
157 | there is no deadlock). | |
158 | """ |
|
158 | """ | |
159 | with capture_output(display=False): |
|
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 | "sys.stderr.write(\" \" * 100 + \"\\n\")'") % (python,)) |
|
161 | "sys.stderr.write(\" \" * 100 + \"\\n\")'") % (python,)) | |
162 |
|
162 | |||
163 | def test_getoutput(self): |
|
163 | def test_getoutput(self): |
General Comments 0
You need to be logged in to leave comments.
Login now