R. David Murray added the comment:

It would have to be a misconfigured machine that doesn't have 'localhost' in 
/etc/hosts (so that a lookup of localhost goes through DNS).  Or, I suppose, 
one that prioritizes the resolver over /etc/hosts (is that even possible?)

I would think other tests would fail if DNS has a 20 second latency.  I think 
having localhost configured in /etc/hosts is a requirement for other tests, so 
if that really is the problem I'm not sure we should be fixing the test suite 
here.  On the third hand, it doesn't really matter in this case and we're 
already using 15 for other tests, so I have no objection to making the test 
consistent.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12210>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to