[issue12250] regrtest: make --timeout explicit

2011-07-14 Thread STINNER Victor
STINNER Victor added the comment: (I commited fixes for issue #12550 but specified issue #12250 in the changlog, I removed the related comment from python-dev from this issue) -- ___ Python tracker __

[issue12250] regrtest: make --timeout explicit

2011-07-14 Thread STINNER Victor
Changes by STINNER Victor : -- Removed message: http://bugs.python.org/msg140332 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue12250] regrtest: make --timeout explicit

2011-07-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3cebbd500aa by Victor Stinner in branch '2.7': Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 http://hg.python.org/cpython/rev/d3cebbd500aa New changeset 05dfed82457a by Victor Stinner in branch '3.2': Issue #12250: tes

[issue12250] regrtest: make --timeout explicit

2011-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset f69a2716d433 by Victor Stinner in branch 'default': Close #12250: Disable the regrtest timeout by default http://hg.python.org/cpython/rev/f69a2716d433 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open ->

[issue12250] regrtest: make --timeout explicit

2011-06-03 Thread Stefan Krah
Stefan Krah added the comment: STINNER Victor wrote: > > The implicit timeout in regrtest.py makes it harder to write automated > > test scripts for 3rd party modules. First, you have to remember to > > set --timeout=0 for long running tests. > > Ah? Which test is too long for the default timeo

[issue12250] regrtest: make --timeout explicit

2011-06-03 Thread STINNER Victor
STINNER Victor added the comment: Le vendredi 03 juin 2011 10:02:12, vous avez écrit : > The implicit timeout in regrtest.py makes it harder to write automated > test scripts for 3rd party modules. First, you have to remember to > set --timeout=0 for long running tests. Ah? Which test is too lo

[issue12250] regrtest: make --timeout explicit

2011-06-03 Thread Stefan Krah
New submission from Stefan Krah : The implicit timeout in regrtest.py makes it harder to write automated test scripts for 3rd party modules. First, you have to remember to set --timeout=0 for long running tests. Then, you have to remember not to use the --timeout option when compiling --without-t