Lines Matching +full:one +full:- +full:time
2 # SPDX-License-Identifier: GPL-2.0+
8 # Copyright (C) 2005-2011 Canonical Ltd
16 of worker processes. While this can speed up CPU-bound test runs, it is
17 mainly useful for IO-bound tests that spend most of their time waiting for
56 :return: An iterable of TestCase-like objects which can each have
86 # written in one go to avoid interleaving lines from
104 # This just assigns tests in a round-robin fashion. On one hand this
107 # just one partition. So the slowest partition shouldn't be much slower
117 import time
123 time.sleep(0.5)
126 time.sleep(0.5)
129 time.sleep(0.5)
132 time.sleep(0.5)