Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
limit jest workers to 3 so that concurrent runners have space to operate
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 24, 2020
1 parent 548db61 commit 1a2f882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/jenkins_ci_group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

source src/dev/ci_setup/setup_env.sh

node scripts/jest
node scripts/jest --maxWorkers 3

0 comments on commit 1a2f882

Please sign in to comment.