Home
last modified time | relevance | path

Searched refs:LONG_TIMEOUT (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Dsetup.py94 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/
Dtest_subprocess.py148 task = asyncio.wait_for(task, support.LONG_TIMEOUT)
Dtest_sslproto.py166 TIMEOUT = support.LONG_TIMEOUT
/third_party/python/Lib/test/
D_test_multiprocessing.py304 if not rconn.poll(timeout=support.LONG_TIMEOUT):
312 if not rconn.poll(timeout=support.LONG_TIMEOUT):
1565 self.assertTrue(sem.acquire(timeout=support.LONG_TIMEOUT))
3467 resource_sharer.stop(timeout=support.LONG_TIMEOUT)
4248 deadline = time.monotonic() + support.LONG_TIMEOUT
5269 deadline = time.monotonic() + support.LONG_TIMEOUT
Dtest_sys.py425 if leave_g.wait(timeout=support.LONG_TIMEOUT):
Dtest_socket.py4718 read, write, err = select.select([self.serv], [], [], support.LONG_TIMEOUT)
4746 read, write, err = select.select([conn], [], [], support.LONG_TIMEOUT)
5976 self.serv.settimeout(support.LONG_TIMEOUT)
Dtest_logging.py1063 TIMEOUT = support.LONG_TIMEOUT
/third_party/python/Misc/NEWS.d/
D3.9.0a2.rst732 and :data:`~test.support.LONG_TIMEOUT`. It becomes easier to adjust these
D3.9.0a1.rst3940 ``support.LONG_TIMEOUT`` (5 minutes), instead of just 1 minute.
3952 and :data:`~test.support.LONG_TIMEOUT`.
/third_party/python/Lib/test/support/
D__init__.py100 LONG_TIMEOUT = 5 * 60.0 variable
/third_party/python/Doc/library/
Dtest.rst291 buildbots, use :data:`LONG_TIMEOUT` instead.
296 .. data:: LONG_TIMEOUT
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c185 #define LONG_TIMEOUT 2400000 /* 2,400,000 millisecs == 40 minutes */ macro
4297 io_hdr.timeout = LONG_TIMEOUT; in do_senddiag()