From aff5624c5da935350b802e6b066a154a439d91b6 2022-06-23 09:27:35 From: Matthias Bussonnier Date: 2022-06-23 09:27:35 Subject: [PATCH] extend buffer len --- diff --git a/IPython/core/tests/test_debugger.py b/IPython/core/tests/test_debugger.py index d2d5bd0..0c479ab 100644 --- a/IPython/core/tests/test_debugger.py +++ b/IPython/core/tests/test_debugger.py @@ -379,6 +379,7 @@ def _decorator_skip_setup(): child.expect("\n") child.timeout = 5 * IPYTHON_TESTING_TIMEOUT_SCALE + child.str_last_chars = 500 dedented_blocks = [dedent(b).strip() for b in skip_decorators_blocks] in_prompt_number = 1