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