summaryrefslogtreecommitdiff
path: root/releasenotes/notes/timeout-scaling-52741beadde528e5.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/timeout-scaling-52741beadde528e5.yaml')
-rw-r--r--releasenotes/notes/timeout-scaling-52741beadde528e5.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/timeout-scaling-52741beadde528e5.yaml b/releasenotes/notes/timeout-scaling-52741beadde528e5.yaml
new file mode 100644
index 0000000..ad9f047
--- /dev/null
+++ b/releasenotes/notes/timeout-scaling-52741beadde528e5.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ New class variable, ``TIMEOUT_SCALING_FACTOR`` was added that allows
+ 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
+ authors override the default value of ``OS_TEST_TIMEOUT`` at the
+ test suite level.