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
We could also potentially somewhat automate this process by adding a scheduled job which runs tests not marked with slow weekly, collects durations and reports any which are over 10s in duration.
The text was updated successfully, but these errors were encountered:
Quite a few slower running tests are now running when
--skip-slow
option is passed topytest
which was added in #442:Tests taking more than 10s to run when running with
--skip-slow
We should add
slow
marks to these tests.We could also potentially somewhat automate this process by adding a scheduled job which runs tests not marked with
slow
weekly, collects durations and reports any which are over 10s in duration.The text was updated successfully, but these errors were encountered: