summaryrefslogtreecommitdiff
path: root/releasenotes/notes/timeout-scaling-52741beadde528e5.yaml
blob: ad9f0476c036bf67818622da25ffbd3d9caf9b39 (plain)
1
2
3
4
5
6
7
8
9
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.