diff --git a/IPython/utils/tests/test_process.py b/IPython/utils/tests/test_process.py index a4369e3..958888c 100644 --- a/IPython/utils/tests/test_process.py +++ b/IPython/utils/tests/test_process.py @@ -157,7 +157,7 @@ class SubProcessTestCase(tt.TempFileMixin): there is no deadlock). """ with capture_output(display=False): - system(("%s -c 'import sys\nfor i in range(2000): " + + system(("%s -c 'import sys\nfor i in range(20000): " + "sys.stderr.write(\" \" * 100 + \"\\n\")'") % (python,)) def test_getoutput(self):