Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By default we run the prove task based on the number of available CPU cores. The nprocs test will return the number of available CPU cores in the docker executor VM, however the medium resource class only has access to 3 CPUs. So the prove task will always spawn more workers than the number of available CPU cores, which then causes the CPU to max out during the test and cause random errors.
- Loading branch information