/third_party/python/Lib/test/libregrtest/ |
H A D | setup.py | 92 # 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 D | threading_helper.py | 85 timeout = support.SHORT_TIMEOUT 111 timeout = support.SHORT_TIMEOUT
|
H A D | __init__.py | 61 "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 D | test_wait4.py | 25 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
H A D | test_wait3.py | 23 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
H A D | fork_wait.py | 57 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
H A D | signalinterproctester.py | 31 timeout = support.SHORT_TIMEOUT
|
H A D | test_largefile.py | 12 from test.support import SHORT_TIMEOUT namespace 191 timeout = SHORT_TIMEOUT
|
H A D | test_embed.py | 1676 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 D | test_sched.py | 10 TIMEOUT = support.SHORT_TIMEOUT
|
H A D | test_signal.py | 722 stdout, stderr = process.communicate(timeout=support.SHORT_TIMEOUT) 1276 deadline = time.monotonic() + support.SHORT_TIMEOUT 1310 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
H A D | test_concurrent_futures.py | 890 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 D | test_threading.py | 340 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 D | test_socketserver.py | 44 def receive(sock, n, timeout=test.support.SHORT_TIMEOUT):
|
H A D | test_support.py | 465 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
H A D | _test_multiprocessing.py | 125 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 D | test_re.py | 4 SHORT_TIMEOUT) 2467 p.join(SHORT_TIMEOUT)
|
H A D | test_subprocess.py | 1242 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 D | test_ssl.py | 100 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 D | test_sslproto.py | 282 timeout=support.SHORT_TIMEOUT)) 345 timeout=support.SHORT_TIMEOUT)) 503 timeout=support.SHORT_TIMEOUT)) 631 ssl_handshake_timeout=support.SHORT_TIMEOUT),
|
H A D | test_windows_utils.py | 111 int(support.SHORT_TIMEOUT * 1000))
|
H A D | test_events.py | 1554 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 D | utils.py | 111 def run_until(loop, pred, timeout=support.SHORT_TIMEOUT):
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_dbapi.py | 33 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 D | gt68xx.c | 55 #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()
|