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
At the time of writing, these are the top 10 slowest tests (without the flag --run-slow). I propose we mark any test function longer than 5s with @pytest.mark.slow so they do not run unless --run-slow is explicitly provided. Either that or refactor test or functional code to make the affected tests faster.
Motivation: Make local run less painful with faster turnaround time for debugging.
Issue JDAT-4826 was created on JIRA by Pey-Lian Lim:
At the time of writing, these are the top 10 slowest tests (without the flag --run-slow). I propose we mark any test function longer than 5s with @pytest.mark.slow so they do not run unless --run-slow is explicitly provided. Either that or refactor test or functional code to make the affected tests faster.
Motivation: Make local run less painful with faster turnaround time for debugging.
The text was updated successfully, but these errors were encountered: