File: timeout-scaling-52741beadde528e5.yaml

package info (click to toggle)
python-oslotest 1%3A4.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 412 kB
  • sloc: python: 970; sh: 95; makefile: 21
file content (10 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (3)
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 variable, ``DEFAULT_TIMEOUT`` was added that lets test suite
    authors override the default value of ``OS_TEST_TIMEOUT`` at the
    test suite level.