summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2021-04-01 11:43:17 +0100
committerSorin Sbarnea <ssbarnea@redhat.com>2021-04-01 11:43:31 +0100
commit9cbf1963eabea2b5ec0368ca857a6c91e26add3c (patch)
tree20e77da577a41599a2d71087ec72d8f771e75b50
parent2b05a2fc1f5a8e26a61f650b686ad577a5cb921f (diff)
downloadoslotest-9cbf1963eabea2b5ec0368ca857a6c91e26add3c.tar.gz
Document unit of measure for OS_TEST_TIMEOUT
Change-Id: Ie4b80481de69d0c9c376a1c21309ddeff9b5cef6
-rw-r--r--oslotest/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslotest/base.py b/oslotest/base.py
index acb7a33..a7e9589 100644
--- a/oslotest/base.py
+++ b/oslotest/base.py
@@ -36,7 +36,7 @@ class BaseTestCase(testtools.TestCase):
"""Base class for unit test classes.
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
long, and prevents deadlocks from completely hanging test runs.