[issue8460] Set a timeout in test_urllib2net

STINNER Victor report at bugs.python.org
Mon Apr 19 17:00:28 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Attached patch sets the timeout to 60 seconds. It writes "<timeout: %s>" % url to stderr on timeout. I don't know better place to write the error. (The test doesn't fail, it just continues to the next URL)

----------
keywords: +patch
Added file: http://bugs.python.org/file16989/test_urllib2net_timeout.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8460>
_______________________________________


More information about the Python-bugs-list mailing list