Global pytest timeout #3344
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
There seems to be unanimous agreement. Should this discussion be converted into an issue? (It's one of the options on the right) |
Beta Was this translation helpful? Give feedback.
-
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):
Beta Was this translation helpful? Give feedback.
All reactions