Slow tests #598
Unanswered
dennisvang
asked this question in
Q&A
Slow tests
#598
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@MarekSuchanek looking at a typical test run on github actions, we can see that the FDP test suite takes >10 minutes on posix, and >15 minutes on windows. On my local windows system, it can take up to 25 minutes.
My experience with java/spring/junit is limited, so I don't know if this is normal, but I've seen similar sized projects, with comparable test suites in e.g. python/django staying under five minutes.
Do you know if this can be improved?
Perhaps we could separate unit tests from integration tests?
Beta Was this translation helpful? Give feedback.
All reactions