Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ITUnionQueryTest failing on machines with 1 core
ITUnionQueryTest runs 4 realtime tasks and runs a unionQuery over them, the worker is not able to run all the tasks concurrently on machines with less cpu cores as it picks default worker capacity. Explicitly specify worker capacity to avoid this.
- Loading branch information