Global pytest timeout #3344
jondequinor
started this conversation in
Ideas
Replies: 3 comments
|
I think this is a good idea! It gives us better insight into which specific tests that are running to long, compared to the global timeout we have on Github Actions today. It will also give us a good opportunity to actually find and mark all test that are integration tests. |
0 replies
|
I think is a good idea too. By explicitly stating the timeout for a test the programmer can give an indication if a test is supposed to be fast or slow. |
0 replies
|
There seems to be unanimous agreement. Should this discussion be converted into an issue? (It's one of the options on the right) |
0 replies
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.
Given these two assumptions, should we have a global pytest timeout?
Integration tests currently in conflict with this could be exempted from this policy by setting the timeout to 0 (or some higher number):
All reactions