##// END OF EJS Templates
DEBUG: on pexpect failure show 1000 chars buffer
Matthias Bussonnier -
Show More
@@ -391,6 +391,7 b' def _decorator_skip_setup():'
391 child = pexpect.spawn(
391 child = pexpect.spawn(
392 sys.executable, ["-m", "IPython", "--colors=nocolor"], env=env
392 sys.executable, ["-m", "IPython", "--colors=nocolor"], env=env
393 )
393 )
394 child.str_last_chars = 1000
394 child.timeout = 5 * IPYTHON_TESTING_TIMEOUT_SCALE
395 child.timeout = 5 * IPYTHON_TESTING_TIMEOUT_SCALE
395
396
396 child.expect("IPython")
397 child.expect("IPython")
General Comments 0
You need to be logged in to leave comments. Login now