diff options
Diffstat (limited to 'python/python3-pytest-timeout/README')
-rw-r--r-- | python/python3-pytest-timeout/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-pytest-timeout/README b/python/python3-pytest-timeout/README new file mode 100644 index 000000000000..4f9d1fda6944 --- /dev/null +++ b/python/python3-pytest-timeout/README @@ -0,0 +1,3 @@ +This plugin is designed to catch excessively long test +durations like deadlocked or hanging tests, it is not +designed for precise timings or performance regressions. |