Home
last modified time | relevance | path

Searched refs:SHORT_TIMEOUT (Results 1 - 25 of 27) sorted by relevance

12

/third_party/python/Lib/test/libregrtest/
H A Dsetup.py92 # For a slow buildbot worker, increase SHORT_TIMEOUT and LONG_TIMEOUT
93 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/
H A Dthreading_helper.py85 timeout = support.SHORT_TIMEOUT
111 timeout = support.SHORT_TIMEOUT
H A D__init__.py61 "LOOPBACK_TIMEOUT", "INTERNET_TIMEOUT", "SHORT_TIMEOUT", "LONG_TIMEOUT",
94 # If a test using SHORT_TIMEOUT starts to fail randomly on slow buildbots, use
96 SHORT_TIMEOUT = 30.0 variable
/third_party/python/Lib/test/
H A Dtest_wait4.py25 deadline = time.monotonic() + support.SHORT_TIMEOUT
H A Dtest_wait3.py23 deadline = time.monotonic() + support.SHORT_TIMEOUT
H A Dfork_wait.py57 deadline = time.monotonic() + support.SHORT_TIMEOUT
H A Dsignalinterproctester.py31 timeout = support.SHORT_TIMEOUT
H A Dtest_largefile.py12 from test.support import SHORT_TIMEOUT namespace
191 timeout = SHORT_TIMEOUT
H A Dtest_embed.py1676 timeout=support.SHORT_TIMEOUT,
1681 timeout=support.SHORT_TIMEOUT,
1692 timeout=support.SHORT_TIMEOUT,
1704 timeout=support.SHORT_TIMEOUT,
1711 timeout=support.SHORT_TIMEOUT,
H A Dtest_sched.py10 TIMEOUT = support.SHORT_TIMEOUT
H A Dtest_signal.py722 stdout, stderr = process.communicate(timeout=support.SHORT_TIMEOUT)
1276 deadline = time.monotonic() + support.SHORT_TIMEOUT
1310 deadline = time.monotonic() + support.SHORT_TIMEOUT
H A Dtest_concurrent_futures.py890 collected = my_object_collected.wait(timeout=support.SHORT_TIMEOUT)
1231 TIMEOUT = support.SHORT_TIMEOUT
1586 f1.result, timeout=support.SHORT_TIMEOUT)
1615 self.assertTrue(isinstance(f1.exception(timeout=support.SHORT_TIMEOUT), OSError))
H A Dtest_threading.py340 worker_saw_exception.wait(timeout=support.SHORT_TIMEOUT)
763 self.assertTrue(tstate_lock.acquire(timeout=support.SHORT_TIMEOUT), False)
1249 time.sleep({test.support.SHORT_TIMEOUT})
H A Dtest_socketserver.py44 def receive(sock, n, timeout=test.support.SHORT_TIMEOUT):
H A Dtest_support.py465 deadline = time.monotonic() + support.SHORT_TIMEOUT
H A D_test_multiprocessing.py125 SHUTDOWN_TIMEOUT = support.SHORT_TIMEOUT
377 parent_process().join(timeout=support.SHORT_TIMEOUT)
1213 self.assertTrue(q.get(timeout=support.SHORT_TIMEOUT))
1228 self.assertTrue(q.get(timeout=support.SHORT_TIMEOUT))
1265 self.assertTrue(q.get(timeout=support.SHORT_TIMEOUT))
H A Dtest_re.py4 SHORT_TIMEOUT)
2467 p.join(SHORT_TIMEOUT)
H A Dtest_subprocess.py1242 self.assertEqual(p.wait(timeout=support.SHORT_TIMEOUT), 0)
1408 proc.wait(timeout=support.SHORT_TIMEOUT)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py100 timeout=support.SHORT_TIMEOUT,
131 timeout=support.SHORT_TIMEOUT):
256 extras = dict(ssl_handshake_timeout=support.SHORT_TIMEOUT)
321 extras = dict(ssl_handshake_timeout=support.SHORT_TIMEOUT)
446 ssl_handshake_timeout=support.SHORT_TIMEOUT)
608 extras = dict(ssl_handshake_timeout=support.SHORT_TIMEOUT)
737 timeout=support.SHORT_TIMEOUT))
796 timeout=support.SHORT_TIMEOUT))
957 timeout=support.SHORT_TIMEOUT))
1207 extras = dict(ssl_handshake_timeout=support.SHORT_TIMEOUT)
[all...]
H A Dtest_sslproto.py282 timeout=support.SHORT_TIMEOUT))
345 timeout=support.SHORT_TIMEOUT))
503 timeout=support.SHORT_TIMEOUT))
631 ssl_handshake_timeout=support.SHORT_TIMEOUT),
H A Dtest_windows_utils.py111 int(support.SHORT_TIMEOUT * 1000))
H A Dtest_events.py1554 timeout=support.SHORT_TIMEOUT)
1559 timeout=support.SHORT_TIMEOUT)
1612 timeout=support.SHORT_TIMEOUT)
1619 timeout=support.SHORT_TIMEOUT)
1626 timeout=support.SHORT_TIMEOUT)
1633 timeout=support.SHORT_TIMEOUT)
H A Dutils.py111 def run_until(loop, pred, timeout=support.SHORT_TIMEOUT):
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py33 SHORT_TIMEOUT, bigmemtest, check_disallow_instantiation, requires_subprocess,
1840 CONNECTION_TIMEOUT = SHORT_TIMEOUT / 1000. # Defaults to 30 ms
1902 proc.communicate(input="end", timeout=SHORT_TIMEOUT)
/third_party/backends/backend/
H A Dgt68xx.c55 #define SHORT_TIMEOUT (1 * 1000) macro
2336 sanei_usb_set_timeout (SHORT_TIMEOUT); in sane_cancel()
2347 sanei_usb_set_timeout (SHORT_TIMEOUT); in sane_cancel()

Completed in 43 milliseconds

12