]> granicus.if.org Git - python/commit
test_compile can be really long if we are using -u compiler.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 13 Apr 2006 06:34:59 +0000 (06:34 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 13 Apr 2006 06:34:59 +0000 (06:34 +0000)
commit07c60717296ab8228b4a4e46d5e6fb163965a181
treebdb42e37d12b4a8e15c25e4ab5e4a44c53d8c606
parent412fb673685168751b193ca6a13ea90825f8b314
test_compile can be really long if we are using -u compiler.
This may be causing the debian sparc buildbot to fail.
Print a little message to let the user ^w buildbot know it's still thinking.

We may want to adjust the time period which is currently 5 minutes.

Will backport.
Lib/test/test_compiler.py