diff --git a/IPython/core/tests/test_debugger.py b/IPython/core/tests/test_debugger.py index eb3b5f3..56c32f8 100644 --- a/IPython/core/tests/test_debugger.py +++ b/IPython/core/tests/test_debugger.py @@ -391,6 +391,7 @@ def _decorator_skip_setup(): child = pexpect.spawn( sys.executable, ["-m", "IPython", "--colors=nocolor"], env=env ) + child.str_last_chars = 1000 child.timeout = 5 * IPYTHON_TESTING_TIMEOUT_SCALE child.expect("IPython")