This message was deleted.
# community-support
s
This message was deleted.
c
have you considered parallelizing the test executions within the task to reduce the runtime? usually offers more flexibility that manually pulling apart tasks.
s
Yes, tests are running in parallel. But, due to longer runtime of few tests, the overall time is much larger ~1hr.
c
it’s often the case that folks will have multiple test tasks - for example, one that runs everything but unit tests marked as slow, one that runs just the slow unit tests, and another for intergration tests.