Home
last modified time | relevance | path

Searched refs:SHORT_TIMEOUT (Results 1 – 25 of 29) sorted by relevance

12

/third_party/python/Lib/test/libregrtest/
Dsetup.py93 support.SHORT_TIMEOUT = max(support.SHORT_TIMEOUT, ns.timeout / 40)
99 support.SHORT_TIMEOUT = min(support.SHORT_TIMEOUT, ns.timeout)
/third_party/python/Lib/test/support/
Dthreading_helper.py84 timeout = support.SHORT_TIMEOUT
110 timeout = support.SHORT_TIMEOUT
D__init__.py92 SHORT_TIMEOUT = 30.0 variable
1952 timeout = SHORT_TIMEOUT
1963 if dt > SHORT_TIMEOUT:
/third_party/python/Lib/test/
Dtest_wait4.py23 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dtest_wait3.py23 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dtest_largefile.py12 from test.support import SHORT_TIMEOUT
189 timeout = SHORT_TIMEOUT
Dfork_wait.py57 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dsignalinterproctester.py31 timeout = support.SHORT_TIMEOUT
Dtest_embed.py1455 timeout=support.SHORT_TIMEOUT,
1460 timeout=support.SHORT_TIMEOUT,
1471 timeout=support.SHORT_TIMEOUT,
1483 timeout=support.SHORT_TIMEOUT,
1490 timeout=support.SHORT_TIMEOUT,
Dtest_signal.py663 stdout, stderr = process.communicate(timeout=support.SHORT_TIMEOUT)
1213 deadline = time.monotonic() + support.SHORT_TIMEOUT
1247 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dtest_concurrent_futures.py864 collected = my_object_collected.wait(timeout=support.SHORT_TIMEOUT)
1124 TIMEOUT = support.SHORT_TIMEOUT
1479 f1.result, timeout=support.SHORT_TIMEOUT)
1508 self.assertTrue(isinstance(f1.exception(timeout=support.SHORT_TIMEOUT), OSError))
Dtest_sched.py10 TIMEOUT = support.SHORT_TIMEOUT
Dtest_socketserver.py42 def receive(sock, n, timeout=test.support.SHORT_TIMEOUT):
Dtest_threading.py312 worker_saw_exception.wait(timeout=support.SHORT_TIMEOUT)
735 self.assertTrue(tstate_lock.acquire(timeout=support.SHORT_TIMEOUT), False)
Dtest_support.py456 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dtest_pydoc.py1344 timeout = test.support.SHORT_TIMEOUT
D_test_multiprocessing.py327 parent_process().join(timeout=support.SHORT_TIMEOUT)
1163 self.assertTrue(q.get(timeout=support.SHORT_TIMEOUT))
1178 self.assertTrue(q.get(timeout=support.SHORT_TIMEOUT))
1215 self.assertTrue(q.get(timeout=support.SHORT_TIMEOUT))
/third_party/python/Lib/test/test_asyncio/
Dtest_sslproto.py277 timeout=support.SHORT_TIMEOUT))
340 timeout=support.SHORT_TIMEOUT))
498 timeout=support.SHORT_TIMEOUT))
626 ssl_handshake_timeout=support.SHORT_TIMEOUT),
Dtest_windows_utils.py111 int(support.SHORT_TIMEOUT * 1000))
Dtest_events.py1520 timeout=support.SHORT_TIMEOUT)
1525 timeout=support.SHORT_TIMEOUT)
1578 timeout=support.SHORT_TIMEOUT)
1585 timeout=support.SHORT_TIMEOUT)
1592 timeout=support.SHORT_TIMEOUT)
1599 timeout=support.SHORT_TIMEOUT)
Dutils.py111 def run_until(loop, pred, timeout=support.SHORT_TIMEOUT):
/third_party/python/Lib/sqlite3/test/
Ddbapi.py29 from test.support import check_disallow_instantiation, SHORT_TIMEOUT
966 CONNECTION_TIMEOUT = SHORT_TIMEOUT / 1000. # Defaults to 30 ms
1028 proc.communicate(input="end", timeout=SHORT_TIMEOUT)
/third_party/python/Misc/NEWS.d/
D3.10.0b4.rst355 Use military grade battle-tested :data:`test.support.SHORT_TIMEOUT` timeout
D3.9.0a2.rst731 :data:`~test.support.INTERNET_TIMEOUT`, :data:`~test.support.SHORT_TIMEOUT`
/third_party/python/Doc/library/
Dtest.rst284 .. data:: SHORT_TIMEOUT
290 If a test using :data:`SHORT_TIMEOUT` starts to fail randomly on slow
308 :data:`SHORT_TIMEOUT`.
627 If the process runs longer than *timeout* seconds (:data:`SHORT_TIMEOUT` by

12