Slow down IPython tests

This commit is contained in:
Foo 2016-07-09 05:22:16 +03:00
parent d89e7909d9
commit 66c6de34ee
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ do_run_test() {
|| test "$PYTHON_IMPLEMENTATION" = "PyPy" \
) \
) \
|| ( \
test "x${SH}" = "xipython" \
&& test "$("${PYTHON}" -mIPython --version | head -n1 | cut -d. -f1)" -ge 5 \
) \
) ; then
wait_for_echo_arg="--wait-for-echo"
fi