Searched refs:LONG_TIMEOUT (Results 1 - 11 of 11) sorted by relevance
/third_party/python/Lib/test/libregrtest/ |
H A D | setup.py | 92 # For a slow buildbot worker, increase SHORT_TIMEOUT and LONG_TIMEOUT 94 support.LONG_TIMEOUT = max(support.LONG_TIMEOUT, ns.timeout / 4) 100 support.LONG_TIMEOUT = min(support.LONG_TIMEOUT, ns.timeout)
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_ssl.py | 80 TIMEOUT = support.LONG_TIMEOUT 197 TIMEOUT = support.LONG_TIMEOUT # timeout for this test 1040 TIMEOUT = support.LONG_TIMEOUT # timeout for this test
|
H A D | test_subprocess.py | 150 task = asyncio.wait_for(task, support.LONG_TIMEOUT)
|
H A D | test_sslproto.py | 171 TIMEOUT = support.LONG_TIMEOUT
|
/third_party/backends/backend/ |
H A D | gt68xx.c | 56 #define LONG_TIMEOUT (30 * 1000) macro 2339 sanei_usb_set_timeout (LONG_TIMEOUT); in sane_cancel() 2349 sanei_usb_set_timeout (LONG_TIMEOUT); in sane_cancel()
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 61 "LOOPBACK_TIMEOUT", "INTERNET_TIMEOUT", "SHORT_TIMEOUT", "LONG_TIMEOUT", 95 # LONG_TIMEOUT instead. 104 LONG_TIMEOUT = 5 * 60.0 variable 2081 If the process runs longer than timeout seconds (LONG_TIMEOUT by default), 2089 timeout = LONG_TIMEOUT
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 354 if not rconn.poll(timeout=support.LONG_TIMEOUT): 362 if not rconn.poll(timeout=support.LONG_TIMEOUT): 1615 self.assertTrue(sem.acquire(timeout=support.LONG_TIMEOUT)) 3540 resource_sharer.stop(timeout=support.LONG_TIMEOUT) 4321 deadline = time.monotonic() + support.LONG_TIMEOUT 5342 deadline = time.monotonic() + support.LONG_TIMEOUT
|
H A D | test_sys.py | 492 if leave_g.wait(timeout=support.LONG_TIMEOUT):
|
H A D | test_socket.py | 4787 read, write, err = select.select([self.serv], [], [], support.LONG_TIMEOUT) 4815 read, write, err = select.select([conn], [], [], support.LONG_TIMEOUT) 6082 self.serv.settimeout(support.LONG_TIMEOUT)
|
H A D | test_logging.py | 1071 TIMEOUT = support.LONG_TIMEOUT
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 182 #define LONG_TIMEOUT 2400000 /* 2,400,000 millisecs == 40 minutes */ macro 4294 io_hdr.timeout = LONG_TIMEOUT; in do_senddiag()
|
Completed in 43 milliseconds