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
Running the full test suite already takes more than 90s, which is long enough to get distracted between tests runs. Ideally we should cut these down to enable faster development!
Here is a list of 20 slowest tests: tox -e tests -- --durations=20
Ideally, no single test should take longer than 5s. If needed, we could add a new dummy architecture which is only used for tests (maybe just a CompositionModel).
The text was updated successfully, but these errors were encountered:
Running the full test suite already takes more than 90s, which is long enough to get distracted between tests runs. Ideally we should cut these down to enable faster development!
Here is a list of 20 slowest tests:
tox -e tests -- --durations=20
Ideally, no single test should take longer than 5s. If needed, we could add a new dummy architecture which is only used for tests (maybe just a
CompositionModel
).The text was updated successfully, but these errors were encountered: