Skip to content

Commit 379e280

Browse files
committed
chore(CI): fix Jest tests in CI
1 parent 2e2ec29 commit 379e280

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jest.examples.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ export default {
1717
'^fastify-decorators/(.*)$': '<rootDir>/lib/$1',
1818
},
1919
modulePathIgnorePatterns: ['<rootDir>/dist/fastify-decorators', '<rootDir>/node_modules/fastify-decorators'],
20+
21+
runInBand: false,
22+
maxConcurrency: 8,
23+
maxWorkers: 8,
24+
testTimeout: 30_000,
2025
};

0 commit comments

Comments
 (0)