|
|
|
|
|
by ffsm8
404 days ago
|
|
The spring tests are generally quicker then the equivalent python test, so ime - the jvm is mostly to blame. How much time actually goes by after you click "run test" (or run the equivalent cli command) until the test finished running? Any projects using the jvm I've ever worked on (none of which were clojure, admittedly) have always taken at least 10-15s until the pre-phases were finished and the actual test setup began |
|