Home
last modified time | relevance | path

Searched refs:LONG_TIMEOUT (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/test/libregrtest/
H A Dsetup.py92 # 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 Dtest_ssl.py80 TIMEOUT = support.LONG_TIMEOUT
197 TIMEOUT = support.LONG_TIMEOUT # timeout for this test
1040 TIMEOUT = support.LONG_TIMEOUT # timeout for this test
H A Dtest_subprocess.py150 task = asyncio.wait_for(task, support.LONG_TIMEOUT)
H A Dtest_sslproto.py171 TIMEOUT = support.LONG_TIMEOUT
/third_party/backends/backend/
H A Dgt68xx.c56 #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__.py61 "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.py354 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 Dtest_sys.py492 if leave_g.wait(timeout=support.LONG_TIMEOUT):
H A Dtest_socket.py4787 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 Dtest_logging.py1071 TIMEOUT = support.LONG_TIMEOUT
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c182 #define LONG_TIMEOUT 2400000 /* 2,400,000 millisecs == 40 minutes */ macro
4294 io_hdr.timeout = LONG_TIMEOUT; in do_senddiag()

Completed in 43 milliseconds