-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set maxWorkers to 1 for jest integration tests to see if it help…
…s flakiness (#1013) We are seeing a lot of timeouts in CI test runs, and the only guess that I have is that there is a lot of CPU contention on the tiny runner machines due to running too many tests concurrently. This commit sets the max number of workers to 1 to see if that cuts down on timeouts.
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters