Skip to content

Commit 75d7670

Browse files
committed
chore: update concurrency
Signed-off-by: Tomáš Dvořák <toomas2d@gmail.com>
1 parent 7e83faa commit 75d7670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/examples/vitest.examples.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
deps: {
1313
interopDefault: false,
1414
},
15-
maxConcurrency: 10,
15+
maxConcurrency: 5,
1616
},
1717
define: {
1818
__LIBRARY_VERSION: JSON.stringify(packageJson.version),

0 commit comments

Comments
 (0)