Let's refactor a test: Speed up a slow test suite

from blog Just Some Code, | ↗ original
Do you have fast unit tests? This is how I speeded up a slow test suite from one of my client’s projects by reducing the delay between retry attempts and initializing slow-to-build dependencies only once. There’s a lesson behind this refactoring session. Make sure to have a fast test suite that every developer could run after every code change....