Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Clearly state that timeout value applies to a test, not test session #34

Closed
pytest-timeout-bot opened this issue Jan 27, 2019 · 1 comment
Labels
enhancement New feature or request minor

Comments

@pytest-timeout-bot
Copy link

Original report by Андрей Парамонов (Bitbucket: aparamon, GitHub: aparamon).


Currently, docs say:

This is a plugin which will terminate tests after a certain timeout. When doing so it will show a stack dump of all threads running at the time. This is useful when running tests under a continuous integration server or simply if you don’t know why the test suite hangs.

It seems that the plugin will terminate the long-running test suite (i.e. timeout applies to the test session), however in reality timeout applies to every test item, independently.

It is proposed to re-phrase:

This is a plugin which terminates a test after a certain timeout.

@pytest-timeout-bot
Copy link
Author

Original comment by Floris Bruynooghe (Bitbucket: flub, GitHub: flub).


Seems good, would you like to do this in a PR?

@pytest-timeout-bot pytest-timeout-bot added minor enhancement New feature or request labels Nov 20, 2019
@flub flub closed this as completed in 88f6248 Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

No branches or pull requests

1 participant