Document unit of measure for OS_TEST_TIMEOUT
Change-Id: Ie4b80481de69d0c9c376a1c21309ddeff9b5cef6
This commit is contained in:
parent
2b05a2fc1f
commit
9cbf1963ea
@ -36,7 +36,7 @@ class BaseTestCase(testtools.TestCase):
|
|||||||
"""Base class for unit test classes.
|
"""Base class for unit test classes.
|
||||||
|
|
||||||
If the environment variable ``OS_TEST_TIMEOUT`` is set to an
|
If the environment variable ``OS_TEST_TIMEOUT`` is set to an
|
||||||
integer value, a timer is configured to control how long
|
integer value (**seconds**), a timer is configured to control how long
|
||||||
individual test cases can run. This lets tests fail for taking too
|
individual test cases can run. This lets tests fail for taking too
|
||||||
long, and prevents deadlocks from completely hanging test runs.
|
long, and prevents deadlocks from completely hanging test runs.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user