You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #170 - Enable the pytest-timeout plugin in CI (#407)
The plugin stops a python test after timeout expires.
This does not create hard dependency on pytest to run tests in other environments outside of the CI.
If we wanted to set individual timeouts per test, then this would impose such dependency.
0 commit comments