Latency spikes in Jest tests under concurrent execution
When running Jest tests with concurrent execution enabled, latency spikes occur under high concurrency. The issue is observed when multiple test files are executed simultaneously, leading to increased test execution times and inconsistent performance. The problem appears to be related to resource contention, such as CPU, memory, or I/O bottlenecks, which bec