Skip to content

Commit 70292c8

Browse files
committed
chore: play with maxWorkers setting to see if it makes a difference
Tests are much faster on workstation than CI. Whyyyyyyyyyyyyyy.
1 parent d8eeea8 commit 70292c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function sharedJestConfig(): pj.javascript.JestConfigOptions {
108108
'ts',
109109
'js',
110110
],
111-
maxWorkers: '80%',
111+
maxWorkers: 14,
112112
testEnvironment: 'node',
113113
coverageThreshold: {
114114
statements: 80,

0 commit comments

Comments
 (0)