Searched refs:LONG_TIMEOUT (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/test/libregrtest/ |
D | setup.py | 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/ |
D | test_subprocess.py | 148 task = asyncio.wait_for(task, support.LONG_TIMEOUT)
|
D | test_sslproto.py | 166 TIMEOUT = support.LONG_TIMEOUT
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 304 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
|
D | test_sys.py | 425 if leave_g.wait(timeout=support.LONG_TIMEOUT):
|
D | test_socket.py | 4718 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)
|
D | test_logging.py | 1063 TIMEOUT = support.LONG_TIMEOUT
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a2.rst | 732 and :data:`~test.support.LONG_TIMEOUT`. It becomes easier to adjust these
|
D | 3.9.0a1.rst | 3940 ``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__.py | 100 LONG_TIMEOUT = 5 * 60.0 variable
|
/third_party/python/Doc/library/ |
D | test.rst | 291 buildbots, use :data:`LONG_TIMEOUT` instead. 296 .. data:: LONG_TIMEOUT
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 185 #define LONG_TIMEOUT 2400000 /* 2,400,000 millisecs == 40 minutes */ macro 4297 io_hdr.timeout = LONG_TIMEOUT; in do_senddiag()
|