Home
last modified time | relevance | path

Searched refs:INTERNET_TIMEOUT (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Dsetup.py98 support.INTERNET_TIMEOUT = min(support.INTERNET_TIMEOUT, ns.timeout)
/third_party/python/Lib/test/support/
Dsocket_helper.py196 timeout = support.INTERNET_TIMEOUT
D__init__.py84 INTERNET_TIMEOUT = 60.0 variable
556 f = opener.open(url, timeout=INTERNET_TIMEOUT)
/third_party/python/Lib/test/
Dtest_urllibnet.py22 socket.setdefaulttimeout(support.INTERNET_TIMEOUT)
Dtest_urllib2net.py264 f = urlopen(url, req, support.INTERNET_TIMEOUT)
Dtest_nntplib.py279 timeout=support.INTERNET_TIMEOUT,
325 timeout=support.INTERNET_TIMEOUT,
/third_party/python/Doc/library/
Dtest.rst265 See also :data:`INTERNET_TIMEOUT`.
268 .. data:: INTERNET_TIMEOUT
275 Usually, a timeout using :data:`INTERNET_TIMEOUT` should not mark a test as
307 See also :data:`LOOPBACK_TIMEOUT`, :data:`INTERNET_TIMEOUT` and
/third_party/python/Misc/NEWS.d/
D3.9.0a2.rst731 :data:`~test.support.INTERNET_TIMEOUT`, :data:`~test.support.SHORT_TIMEOUT`
D3.9.0a1.rst3951 :data:`~test.support.INTERNET_TIMEOUT`, :data:`~test.support.SHORT_TIMEOUT`