DEV Community

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

Collapse
 
andres profile image
Andrés Pérez • Edited

~10,000 tests (unit + integration tests) take anywhere from 15 to 20 minutes running them on parallel using Azure DevOps.

Collapse
 
drews256 profile image
Andrew Stuntz • Edited

Yep. As you scale you are you continuing to parallelize the tests? Do you have a target? As in keep the tests under the 20 minute mark? Or?