Replies: 1 comment 1 reply
-
as per the readme of the timeout plugin that is to be expected it seems the timeout plugin is not integrated with the forked plugin |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using following command to run my tests:
pytest --timeout=30 test_methods.py --forked --timeout_method=thread
I have one test which is hanging, but as soon as that test is timed out, the whole test suit gets out. Here is my plugins:
test_methods.py ....
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Beta Was this translation helpful? Give feedback.
All reactions