MaibornWolff / metric-gardener

BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Set jest maxWorkers to 64 to further mitigate race condition #221

Closed ResistantBear closed 5 months ago

ResistantBear commented 5 months ago

Set jest maxWorkers to 64 to further mitigate race condition

Raised the --maxWorkers option for jest from 24 to 64 to reflect our increased number of test files.

This does not resolve the root cause of #65

Description

Increasing the --maxWorkers option for jest reduces the probablitly of the race condition significantly. Should be enough to make the CI pipeline to run sucessfully in most cases.

Definition of Done

A PR is only ready for merge once all the following acceptance criteria are fulfilled: