Skip to content

Commit 259532e

Browse files
committed
test: even lower worker count
1 parent b7323ce commit 259532e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vitest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export default defineConfig({
88
reporters: "verbose",
99

1010
// browser instances are running parallel, so they take 200% of the CPU count. Lower the amount to reduce resource usage
11-
maxWorkers: "25%",
12-
minWorkers: "25%",
11+
maxWorkers: 1,
12+
minWorkers: 1,
1313

1414
browser: {
1515
enabled: true,

0 commit comments

Comments
 (0)