Turbopack: run all unit tests with a fixed amount of worker threads to avoid overloading with many CPUs (#82890)
### What?
To avoid overwelming the CPU when one has many core, we limit the number of worker thread in unit tests.
Unit tests already run multi-threaded, so we don't want to create N * N threads here....