Hasiński's rule of thumb: if a test suite runs longer than 15 minutes he switches to TikTok/Facebook while waiting. Easy wins on slow suites: grep for `sleep`, remove loops that mechanically multiply tests, shrink shared contexts and huge fixture files (e.g. 25MB PNGs), then reach for parallelism and test-prof.