DEV Community

Discussion on: How long does it take for your test suite to run?

Collapse
 
drews256 profile image
Andrew Stuntz

Yeah, I think 15 minutes is a good timeframe. Do you run multiple builds concurrently now?

Collapse
 
aghost7 profile image
Jonathan Boudreau

I implemented it on some projects in the past, yes. If I didn't the CI run would've probably lasted 50+min.

Thread Thread
 
drews256 profile image
Andrew Stuntz

Yep. I’ve worked at places with where an entire run is between 2 and 3 hours without running test concurrently.