summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2018-09-24 20:12:08 +0000
committerBen Nemec <bnemec@redhat.com>2018-09-24 20:12:08 +0000
commita381d7275ba4f323993b02524ef5d090d4941892 (patch)
tree6e1767af3c3897c802ffa3998cdbe489e53c7954 /releasenotes/notes
parent42e8a69f28e0df1a0db8b7c28857300045a1702e (diff)
downloadoslotest-a381d7275ba4f323993b02524ef5d090d4941892.tar.gz
Fix nits in timeout change
Just a typo and comment update. Change-Id: Idf29423516692da939f2bafb96018e35956ee9d4
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/timeout-scaling-52741beadde528e5.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/notes/timeout-scaling-52741beadde528e5.yaml b/releasenotes/notes/timeout-scaling-52741beadde528e5.yaml
index ad9f047..fcf92a1 100644
--- a/releasenotes/notes/timeout-scaling-52741beadde528e5.yaml
+++ b/releasenotes/notes/timeout-scaling-52741beadde528e5.yaml
@@ -5,6 +5,6 @@ features:
modifying a test class to have a longer timeout than other tests in the
suite without having to raise the default timeout for all tests.
- |
- New class varable, ``DEFAULT_TIMEOUT`` was added that lets test suite
+ New class variable, ``DEFAULT_TIMEOUT`` was added that lets test suite
authors override the default value of ``OS_TEST_TIMEOUT`` at the
test suite level.