Skip to content

Commit

Permalink
Make integration tests run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriLojda committed Jan 18, 2024
1 parent 1a2574c commit 9cf7cbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jestIntegrationTests.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const jestConfig: JestConfigWithTsJest = {
testEnvironment: 'node',
rootDir: "tests/integration",
testTimeout: 5 * minute,
maxConcurrency: 1,
maxWorkers: 2,
transform: {
".*": ["ts-jest", {
tsconfig: "tsconfig.tests.jsonc"
Expand Down

0 comments on commit 9cf7cbc

Please sign in to comment.