File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,15 @@ pytest-timeout
19
19
.. |pre-commit | image :: https://results.pre-commit.ci/badge/github/pytest-dev/pytest-timeout/master.svg
20
20
:target: https://results.pre-commit.ci/latest/github/pytest-dev/pytest-timeout/master
21
21
22
- **This is not the timeout you are looking for! **
23
22
24
23
.. warning ::
25
24
26
25
Please read this README carefully and only use this plugin if you
27
- understand the consequences. Remember your test suite needs to be
28
- **fast **, timeouts are a last resort not an expected failure mode.
26
+ understand the consequences. This plugin is designed to catch
27
+ excessively long test durations like deadlocked or hanging tests,
28
+ it is not designed for precise timings or performance regressions.
29
+ Remember your test suite should aim to be **fast **, with timeouts
30
+ being a last resort, not an expected failure mode.
29
31
30
32
This plugin will time each test and terminate it when it takes too
31
33
long. Termination may or may not be graceful, please see below, but
You can’t perform that action at this time.
0 commit comments